Skip to content

Commit 6a3ccaf

Browse files
committed
add ipv6 tracker
1 parent 54f6940 commit 6a3ccaf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tracker_ipv6.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
http://tracker.ipv6tracker.ru/announce

transmission-trackers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Host, port, username and password to connect to Transmission
44
# Set user and pw to None if auth is not required
5-
host, port, user, pw = 'localhost', 9091, 'admin', 'pwd'
5+
host, port, user, pw = 'localhost', 9091, 'admin', 'passwd'
66

77
# Work with torrents having only these statuses.
88
# Can be any combination of: 'check pending', 'checking', 'downloading', 'seeding', 'stopped'

0 commit comments

Comments
 (0)