Skip to content

Commit

Permalink
v 0.7.9(4585)
Browse files Browse the repository at this point in the history
- Tracker Supply Improvements.
- First Party Tracker Update Service using Dashboard Site.
  • Loading branch information
canewsin committed Apr 8, 2022
1 parent 00db9c9 commit a519023
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions src/Config.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
class Config(object):

def __init__(self, argv):
self.version = "0.7.9-beta2"
self.rev = 4582
self.version = "0.7.9"
self.rev = 4585
self.argv = argv
self.action = None
self.test_parser = None
Expand Down Expand Up @@ -84,15 +84,24 @@ def createArguments(self):
trackers = [
"http:https://open.acgnxtracker.com:80/announce", # DE
"http:https://tracker.bt4g.com:2095/announce", # Cloudflare
"zero:https://145.239.95.38:15441",
"zero:https://188.116.183.41:26552",
"zero:https://45.77.23.92:15555",
"http:https://vps02.net.orel.ru:80/announce",
"http:https://tracker.files.fm:6969/announce",
"http:https://t.publictracker.xyz:6969/announce",
"https://tracker.lilithraws.cf:443/announce",
"https://tracker.babico.name.tr:443/announce",
"https://tr.abiir.top:443/announce",
"udp:https://abufinzio.monocul.us:6969/announce",
"udp:https://tracker.0x.tf:6969/announce",
"udp:https://tracker.zerobytes.xyz:1337/announce",
"udp:https://vibe.sleepyinternetfun.xyz:1738/announce",
"udp:https://www.torrent.eu.org:451/announce",
"udp:https://tracker.0x.tf:6969/announce",
"udp:https://tracker.zerobytes.xyz:1337/announce",
"udp:https://tracker.opentrackr.org:1337/announce",
"udp:https://tracker.birkenwald.de:6969/announce",
"udp:https://tracker.moeking.me:6969/announce",
"udp:https://ipv6.babico.name.tr:8000/announce",
"zero:https://145.239.95.38:15441",
"zero:https://188.116.183.41:26552",
"zero:https://45.77.23.92:15555",
"zero:https://k5w77dozo3hy5zualyhni6vrh73iwfkaofa64abbilwyhhd3wgenbjqd.onion:15441",
"zero:https://2kcb2fqesyaevc4lntogupa4mkdssth2ypfwczd2ov5a3zo6ytwwbayd.onion:15441",
"zero:https://gugt43coc5tkyrhrc3esf6t6aeycvcqzw7qafxrjpqbwt4ssz5czgzyd.onion:15441",
Expand Down

0 comments on commit a519023

Please sign in to comment.