From ce20dde0bf4440dbb651bae51f85750aa8afdb8e Mon Sep 17 00:00:00 2001 From: Cameron Dale Date: Thu, 20 Mar 2008 15:12:29 -0700 Subject: [PATCH] Remove the unused steveholt entry from the bootstrap list. --- apt_p2p/apt_p2p_conf.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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", -- 2.30.2