summaryrefslogtreecommitdiff
path: root/node/Defaults.cpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2013-10-05 06:00:47 -0400
committerAdam Ierymenko <adam.ierymenko@gmail.com>2013-10-05 06:00:47 -0400
commitb0187f44720fb675b99e6b6e57b660c6dfe8e464 (patch)
treee809178143d5b554f97ed6bf1df9254a3cab17e9 /node/Defaults.cpp
parent588a47be893cf8b3b720bb41fac3bc0b75573e26 (diff)
downloadinfinitytier-b0187f44720fb675b99e6b6e57b660c6dfe8e464.tar.gz
infinitytier-b0187f44720fb675b99e6b6e57b660c6dfe8e464.zip
Hashcash-based identity, work in progress... committing to test speed on other boxes.
Diffstat (limited to 'node/Defaults.cpp')
-rw-r--r--node/Defaults.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/node/Defaults.cpp b/node/Defaults.cpp
index 9ce72b30..d3d6f049 100644
--- a/node/Defaults.cpp
+++ b/node/Defaults.cpp
@@ -53,6 +53,7 @@ static inline std::map< Identity,std::vector<InetAddress> > _mkSupernodeMap()
// designated as such and trusted to provide WHOIS lookup.
// cthulhu.zerotier.com - New York, New York, USA
+#if 0
addrs.clear();
if (!id.fromString("a0fa79d81c:2:0bb348bb38883a29054659a37c204f2c0b082985cb51b36fad31366dfedd616c20aacc5e33ceee2b054670639563238c4fe50bb8716c1ac7996762c0eaefbb23:b7e91f4c77815327c59ff0979f33861e665d002a357448572954c85919be61f768ee6a4d4e42318ffd9cfcc08cadedcd0277a33a950e316a1d7b5bf082919400c44cad1e725fc2035e2d7087d0c8bf51adc5875b643d759a475f899cfbf3e1a4"))
throw std::runtime_error("invalid identity in Defaults");
@@ -72,6 +73,7 @@ static inline std::map< Identity,std::vector<InetAddress> > _mkSupernodeMap()
throw std::runtime_error("invalid identity in Defaults");
addrs.push_back(InetAddress("198.211.127.172",ZT_DEFAULT_UDP_PORT));
sn[id] = addrs;
+#endif
return sn;
}