@@ -20,8 +20,11 @@ A: Yes, host=host:port or host=http(s?)://host:port/transmission/
2020
2121<details >
2222 <summary >Changelog</summary >
23-
23+
2424```
25+ Mar 10, 2020
26+ avoid add trackers for private torrents
27+
2528Mar 27, 2019
2629add tracker-add-auto-router.sh script for routers
2730now tracker file saved in tmp directory until update web source
@@ -57,9 +60,9 @@ Take image `docker pull andrewmhub/transmission-tracker-add`
5760
5861``` docker run --net=host -d -e HOSTPORT=localhost:9091 -e TR_AUTH=user:password --name=transmission-tracker-add andrewmhub/transmission-tracker-add:latest ```
5962
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
6164
62- ` -e TORRENTLIST=https://raw.githubusercontent.com/user/trackerslist/master/mylist.txt `
65+ ` -e TORRENTLIST=https://raw.githubusercontent.com/user/trackerslist/master/mylist.txt `
6366
6467you have transmission daemon in docker then read [ Docker Documentation Network] ( https://docs.docker.com/network/ )
6568
@@ -89,7 +92,7 @@ systemctl status transmission-tracker-add.service
8992 CGroup: /system.slice/transmission-tracker-add.service
9093 ├─19102 /bin/bash /opt/bin/add-trackers-auto.sh
9194 └─31204 sleep 5
92-
95+
9396```
9497
9598#### * Simple way (for routers)
@@ -98,7 +101,7 @@ Requirements: curl, transmission-remote
98101
99102Download script and make it executable:
100103
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
102105
103106```
104107wget --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