Skip to content

Commit

Permalink
Make names of dht server schedule unique (Closes #111)
Browse files Browse the repository at this point in the history
  • Loading branch information
chros authored and chros committed May 16, 2017
1 parent 7afeb64 commit cad2464
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ubuntu-14.04/home/chros73/.rtorrent-config.rc
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,10 @@ dht.mode.set = auto
dht.port.set = 62882

# Adding public DHT servers for easy bootstrapping
schedule2 = dht_node, 5, 0, "dht.add_node=router.utorrent.com:6881"
schedule2 = dht_node, 5, 0, "dht.add_node=dht.transmissionbt.com:6881"
schedule2 = dht_node, 5, 0, "dht.add_node=router.bitcomet.com:6881"
schedule2 = dht_node, 5, 0, "dht.add_node=dht.aelitis.com:6881"
schedule2 = dht_node_1, 5, 0, "dht.add_node=router.utorrent.com:6881"
schedule2 = dht_node_2, 5, 0, "dht.add_node=dht.transmissionbt.com:6881"
schedule2 = dht_node_3, 5, 0, "dht.add_node=router.bitcomet.com:6881"
schedule2 = dht_node_4, 5, 0, "dht.add_node=dht.aelitis.com:6881"

# Enable/disable peer exchange for torrents that aren't marked private. Disabled by default. (peer_exchange)
protocol.pex.set = yes
Expand Down

0 comments on commit cad2464

Please sign in to comment.