Made the DHT bootstrapping use IPs instead of DNS names.
[quix0rs-apt-p2p.git] / apt_dht / apt_dht_conf.py
index 7ad5d9d2ee086010dd4fdb966642d13904c57931..dd474bfc622b8c5a58b98296ad463affdc89ef63 100644 (file)
@@ -40,7 +40,7 @@ DEFAULTS = {
 DHT_DEFAULTS = {
     # bootstrap nodes to contact to join the DHT
     'BOOTSTRAP': """www.camrdale.org:9977
-        steveholt.hopto.org:9977""",
+        steveholt.hopto.org:9976""",
     
     # whether this node is a bootstrap node
     'BOOTSTRAP_NODE': "no",