From: Cameron Dale Date: Thu, 20 Mar 2008 22:12:29 +0000 (-0700) Subject: Remove the unused steveholt entry from the bootstrap list. X-Git-Url: https://git.mxchange.org/?p=quix0rs-apt-p2p.git;a=commitdiff_plain;h=ce20dde0bf4440dbb651bae51f85750aa8afdb8e Remove the unused steveholt entry from the bootstrap list. --- diff --git a/apt_p2p/apt_p2p_conf.py b/apt_p2p/apt_p2p_conf.py index aaf2013..c4ecb93 100644 --- a/apt_p2p/apt_p2p_conf.py +++ b/apt_p2p/apt_p2p_conf.py @@ -73,8 +73,7 @@ DEFAULTS = { DHT_DEFAULTS = { # bootstrap nodes to contact to join the DHT - 'BOOTSTRAP': """www.camrdale.org:9977 - steveholt.hopto.org:9976""", + 'BOOTSTRAP': """www.camrdale.org:9977""", # whether this node is a bootstrap node 'BOOTSTRAP_NODE': "no",