Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add ipv6 tracker
  • Loading branch information
zcq100 committed Sep 14, 2020
commit 02d3d6467e1a951e346e9b893b143138341da2b1
2 changes: 1 addition & 1 deletion transmission-trackers.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# The trackers from these lists are checked by looking up the URL's hostname in DNS.
urls = [
'https://raw.githubusercontent.com/ngosang/trackerslist/master/trackers_all.txt',
# 'http://some.other.tracker.list/trackers.txt'
'https://raw.githubusercontent.com/zcq100/transmission-trackers/master/tracker_ipv6.txt',
# ...
]

Expand Down