@@ -20,8 +20,11 @@ A: Yes, host=host:port or host=http(s?)://host:port/transmission/
20
20
21
21
<details >
22
22
<summary >Changelog</summary >
23
-
23
+
24
24
```
25
+ Mar 10, 2020
26
+ avoid add trackers for private torrents
27
+
25
28
Mar 27, 2019
26
29
add tracker-add-auto-router.sh script for routers
27
30
now tracker file saved in tmp directory until update web source
@@ -57,9 +60,9 @@ Take image `docker pull andrewmhub/transmission-tracker-add`
57
60
58
61
``` docker run --net=host -d -e HOSTPORT=localhost:9091 -e TR_AUTH=user:password --name=transmission-tracker-add andrewmhub/transmission-tracker-add:latest ```
59
62
60
- if you need another torrent tracker list then use docker run env
63
+ if you need another torrent tracker list then use docker run env
61
64
62
- ` -e TORRENTLIST=https://raw.githubusercontent.com/user/trackerslist/master/mylist.txt `
65
+ ` -e TORRENTLIST=https://raw.githubusercontent.com/user/trackerslist/master/mylist.txt `
63
66
64
67
you have transmission daemon in docker then read [ Docker Documentation Network] ( https://docs.docker.com/network/ )
65
68
@@ -89,7 +92,7 @@ systemctl status transmission-tracker-add.service
89
92
CGroup: /system.slice/transmission-tracker-add.service
90
93
├─19102 /bin/bash /opt/bin/add-trackers-auto.sh
91
94
└─31204 sleep 5
92
-
95
+
93
96
```
94
97
95
98
#### * Simple way (for routers)
@@ -98,7 +101,7 @@ Requirements: curl, transmission-remote
98
101
99
102
Download script and make it executable:
100
103
101
- Edit settings for transmission set rpc-enabled, rpc-username and rpc-password
104
+ Edit settings for transmission set rpc-enabled, rpc-username, rpc-password and your pt trackers
102
105
103
106
```
104
107
wget --no-check-certificate -O tracker-add-auto-router.sh https://raw.githubusercontent.com/AndrewMarchukov/tracker-add/master/tracker-add-auto-router.sh
0 commit comments