revert #6050, apprarently hdforever is still alive

This commit is contained in:
Garfield69
2019-09-29 23:21:47 +13:00
parent 86155059d4
commit 5ee47c7494
4 changed files with 242 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
public ConfigurationDataEliteTracker()
: base()
{
TorrentHTTPSMode = new BoolItem { Name = "Use https for tracker URL", Value = false };
TorrentHTTPSMode = new BoolItem { Name = "Use https for tracker URL (Experimental)", Value = false };
}
}
}