From d61fa81de74ec8301d520c4ec53089cffb3bb791 Mon Sep 17 00:00:00 2001 From: stalkerok Date: Wed, 4 Sep 2024 13:29:35 +0300 Subject: [PATCH] Remove non-working DHT bootstrap nodes router.utorrent.com has been dead for a long time. router.bittorrent.com dead about a month or two ago. It is no longer possible to get DHT nodes from them. --- src/base/bittorrent/sessionimpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/base/bittorrent/sessionimpl.cpp b/src/base/bittorrent/sessionimpl.cpp index 7546aafe4ec5..fdb1d8b9ba07 100644 --- a/src/base/bittorrent/sessionimpl.cpp +++ b/src/base/bittorrent/sessionimpl.cpp @@ -118,7 +118,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.bittorrent.com:6881, router.utorrent.com:6881, dht.aelitis.com:6881"_s; + const QString DEFAULT_DHT_BOOTSTRAP_NODES = u"dht.libtorrent.org:25401, dht.transmissionbt.com:6881, dht.aelitis.com:6881"_s; void torrentQueuePositionUp(const lt::torrent_handle &handle) {