Skip to content

Commit

Permalink
Added more default DHT routers
Browse files Browse the repository at this point in the history
  • Loading branch information
qstokkink committed Aug 27, 2024
1 parent 2191733 commit c2d728d
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,13 @@
LTSTATE_FILENAME = "lt.state"
METAINFO_CACHE_PERIOD = 5 * 60
DEFAULT_DHT_ROUTERS = [
("dht.aelitis.com", 6881),
("dht.libtorrent.org", 6881),
("dht.libtorrent.org", 25401),
("dht.transmissionbt.com", 6881),
("router.bitcomet.com", 6881),
("router.bittorrent.com", 6881),
("router.utorrent.com", 6881),
("dht.transmissionbt.com", 6881),
]
DEFAULT_LT_EXTENSIONS = [
lt.create_ut_metadata_plugin,
Expand Down

0 comments on commit c2d728d

Please sign in to comment.