Rev4112, Fix loading screen glitch, Change unstable trackers
This commit is contained in:
parent
a252ec36f0
commit
c1db963c76
4 changed files with 12 additions and 7 deletions
|
@ -13,7 +13,7 @@ class Config(object):
|
|||
|
||||
def __init__(self, argv):
|
||||
self.version = "0.7.0"
|
||||
self.rev = 4111
|
||||
self.rev = 4112
|
||||
self.argv = argv
|
||||
self.action = None
|
||||
self.pending_changes = {}
|
||||
|
@ -74,9 +74,9 @@ class Config(object):
|
|||
"zero://boot3rdez4rzn36x.onion:15441",
|
||||
"zero://zero.booth.moe#f36ca555bee6ba216b14d10f38c16f7769ff064e0e37d887603548cc2e64191d:443", # US/NY
|
||||
"udp://tracker.coppersurfer.tk:6969", # DE
|
||||
"udp://tracker.port443.xyz:6969", # UK
|
||||
"udp://amigacity.xyz:6969", # US/NY
|
||||
"udp://104.238.198.186:8000", # US/LA
|
||||
"http://tracker2.itzmx.com:6961/announce", # US/LA
|
||||
"http://tracker01.loveapp.com:6789/announce", # Google
|
||||
"http://open.acgnxtracker.com:80/announce", # DE
|
||||
"http://open.trackerlist.xyz:80/announce", # Cloudflare
|
||||
"zero://2602:ffc5::c5b2:5360:26312" # US/ATL
|
||||
|
@ -592,4 +592,4 @@ class Config(object):
|
|||
self.initConsoleLogger()
|
||||
self.initFileLogger()
|
||||
|
||||
config = Config(sys.argv)
|
||||
config = Config(sys.argv)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue