summaryrefslogtreecommitdiff
path: root/node/Defaults.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'node/Defaults.hpp')
-rw-r--r--node/Defaults.hpp10
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;