diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-07-17 14:10:44 -0400 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-07-17 14:10:44 -0400 |
| commit | 76bc9968ff0ec7d044042f9214fa59efb3146685 (patch) | |
| tree | 23eb792895eb5b4b3cffafd4127bbeb3da7d9fa6 /node/Defaults.hpp | |
| parent | 557cc359b30aacff372f1b92a8f0f621fcd9c50f (diff) | |
| download | infinitytier-76bc9968ff0ec7d044042f9214fa59efb3146685.tar.gz infinitytier-76bc9968ff0ec7d044042f9214fa59efb3146685.zip | |
New simpler command interface via loopback UDP protected by a crypto token.
Diffstat (limited to 'node/Defaults.hpp')
| -rw-r--r-- | node/Defaults.hpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/node/Defaults.hpp b/node/Defaults.hpp index b9c8ecf5..3a350865 100644 --- a/node/Defaults.hpp +++ b/node/Defaults.hpp @@ -55,16 +55,6 @@ public: * Supernodes on the ZeroTier network */ const std::map< Identity,std::vector<InetAddress> > supernodes; - - /** - * URL prefix for autoconfiguration - */ - const std::string configUrlPrefix; - - /** - * Identity used to encrypt and authenticate configuration from URL - */ - const std::string configAuthority; }; extern const Defaults ZT_DEFAULTS; |
