We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fedcf9c commit e8cf14bCopy full SHA for e8cf14b
1 file changed
src/Config.py
@@ -81,7 +81,14 @@ def getStartDir(self):
81
def createArguments(self):
82
from Crypt import CryptHash
83
access_key_default = CryptHash.random(24, "base64") # Used to allow restrited plugins when multiuser plugin is enabled
84
- trackers = []
+ trackers = [
85
+ "http://open.acgnxtracker.com:80/announce", # DE
86
+ "http://tracker.bt4g.com:2095/announce", # Cloudflare
87
+ "http://tracker.files.fm:6969/announce",
88
+ "http://t.publictracker.xyz:6969/announce",
89
+ "https://tracker.lilithraws.cf:443/announce",
90
+ "https://tracker.babico.name.tr:443/announce",
91
+ ]
92
# Platform specific
93
if sys.platform.startswith("win"):
94
coffeescript = "type %s | tools\\coffee\\coffee.cmd"
0 commit comments