Skip to content

Commit

Permalink
Change default tracker list url to github pages (#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
tehcneko authored Jul 21, 2024
1 parent 3fdf314 commit 6402b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base/preferences.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2019,7 +2019,7 @@ void Preferences::setShadowBan(const bool checked)

QString Preferences::customizeTrackersListUrl() const
{
return value(u"Preferences/Bittorrent/CustomizeTrackersListUrl"_s, u"https://cdn.jsdelivr.net/gh/ngosang/trackerslist/trackers_best.txt"_s);
return value(u"Preferences/Bittorrent/CustomizeTrackersListUrl"_s, u"https://ngosang.github.io/trackerslist/trackers_best.txt"_s);
}

void Preferences::setCustomizeTrackersListUrl(const QString &trackersUrl) {
Expand Down

0 comments on commit 6402b82

Please sign in to comment.