Skip to content

Commit

Permalink
Exclude manually added DHT nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
StayPirate committed Feb 27, 2019
1 parent c3cb170 commit 42859bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config.d/05-dht.rc
Expand Up @@ -9,10 +9,10 @@ execute.throw = sh, -c, (cat, "mkdir -p " , (cfg.dht_session))

## UDP port to use for DHT.
dht.port.set = 6881
dht.add_node=dht.transmissionbt.com
dht.add_node=router.utorrent.com
dht.add_node=router.bittorrent.com
dht.add_node=dht.vuze.com
#dht.add_node=dht.transmissionbt.com
#dht.add_node=router.utorrent.com
#dht.add_node=router.bittorrent.com
#dht.add_node=dht.vuze.com
protocol.pex.set = 1

######################################################################
Expand Down

0 comments on commit 42859bc

Please sign in to comment.