summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Network/BitTorrent/DHT.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Network/BitTorrent/DHT.hs b/src/Network/BitTorrent/DHT.hs
index 7340b854..bb9be560 100644
--- a/src/Network/BitTorrent/DHT.hs
+++ b/src/Network/BitTorrent/DHT.hs
@@ -133,6 +133,8 @@ defaultBootstrapNodes =
133 133
134 -- doesn't work at the moment (use git blame) of commit 134 -- doesn't work at the moment (use git blame) of commit
135 , NodeAddr "dht.transmissionbt.com" 6881 -- by Transmission project 135 , NodeAddr "dht.transmissionbt.com" 6881 -- by Transmission project
136
137 , NodeAddr "router.utorrent.com" 6881
136 ] 138 ]
137 139
138-- TODO Multihomed hosts 140-- TODO Multihomed hosts