Skip to content

Commit

Permalink
Revise DHT bootstrap node list
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocobo1 authored Dec 31, 2024
1 parent 9c0475e commit efe06f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base/bittorrent/sessionimpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ namespace
{
const char PEER_ID[] = "qB";
const auto USER_AGENT = QStringLiteral("qBittorrent/" QBT_VERSION_2);
const QString DEFAULT_DHT_BOOTSTRAP_NODES = u"dht.libtorrent.org:25401, dht.transmissionbt.com:6881, router.silotis.us:6881"_s;
const QString DEFAULT_DHT_BOOTSTRAP_NODES = u"dht.libtorrent.org:25401, dht.transmissionbt.com:6881, router.bittorrent.com:6881"_s;

void torrentQueuePositionUp(const lt::torrent_handle &handle)
{
Expand Down

0 comments on commit efe06f1

Please sign in to comment.