Skip to content

Commit e8cf14b

Browse files
authored
Add trackers to Config.py for failsafety incase missing trackers..txt file
1 parent fedcf9c commit e8cf14b

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

src/Config.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,14 @@ def getStartDir(self):
8181
def createArguments(self):
8282
from Crypt import CryptHash
8383
access_key_default = CryptHash.random(24, "base64") # Used to allow restrited plugins when multiuser plugin is enabled
84-
trackers = []
84+
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+
]
8592
# Platform specific
8693
if sys.platform.startswith("win"):
8794
coffeescript = "type %s | tools\\coffee\\coffee.cmd"

0 commit comments

Comments
 (0)