mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 12:59:56 -07:00
Update DHT bootstrap nodes
This commit is contained in:
parent
d81f633d6b
commit
33325cdfee
1 changed files with 1 additions and 2 deletions
|
|
@ -1562,7 +1562,6 @@ bool QBtSession::enableDHT(bool b) {
|
||||||
#endif
|
#endif
|
||||||
s->add_dht_router(std::make_pair(std::string("router.bittorrent.com"), 6881));
|
s->add_dht_router(std::make_pair(std::string("router.bittorrent.com"), 6881));
|
||||||
s->add_dht_router(std::make_pair(std::string("router.utorrent.com"), 6881));
|
s->add_dht_router(std::make_pair(std::string("router.utorrent.com"), 6881));
|
||||||
s->add_dht_router(std::make_pair(std::string("router.bitcomet.com"), 6881));
|
|
||||||
s->add_dht_router(std::make_pair(std::string("dht.transmissionbt.com"), 6881));
|
s->add_dht_router(std::make_pair(std::string("dht.transmissionbt.com"), 6881));
|
||||||
s->add_dht_router(std::make_pair(std::string("dht.aelitis.com"), 6881)); // Vuze
|
s->add_dht_router(std::make_pair(std::string("dht.aelitis.com"), 6881)); // Vuze
|
||||||
DHTEnabled = true;
|
DHTEnabled = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue