]> git.mxchange.org Git - quix0rs-apt-p2p.git/blobdiff - apt_dht/apt_dht_conf.py
Add more to khashmir's DHT implementation.
[quix0rs-apt-p2p.git] / apt_dht / apt_dht_conf.py
index 038819e0b4b422797aa803b4aa03fcb5f9aca52f..5d591808ab2435c043db452bb1e6d6b5368ef3e5 100644 (file)
@@ -38,6 +38,10 @@ DEFAULTS = {
 }
 
 DHT_DEFAULTS = {
+    # bootstrap nodes to contact to join the DHT
+    'bootstrap': """www.camrdale.org:9977
+        steveholt.hopto.org:9977""",
+    
     # magic id to use before we know a peer's id
     'NULL_ID': 20 * '\0',