We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f85b416 commit a9f0fc3Copy full SHA for a9f0fc3
README.md
@@ -45,8 +45,22 @@ systemctl status transmission-tracker-add.service
45
46
```
47
48
+* Simple way (for routers)
49
50
+Requirements: curl, transmission-remote
51
52
+Download script and make it executable:
53
+
54
+Edit settings for transmission set rpc-enabled, rpc-username and rpc-password
55
56
+```
57
+wget --no-check-certificate -O tracker-add-auto-router.sh https://raw.githubusercontent.com/AndrewMarchukov/tracker-add/master/tracker-add-auto-router.sh
58
+chmod +x tracker-add-auto-router.sh
59
60
+Set user and password in tracker-add-auto-router.sh
61
62
+tracker-add-auto-router.sh &
63
64
65
66
0 commit comments