mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Allow connections from localhost and local lan computers
This commit is contained in:
parent
5ec4c5ee2d
commit
d6f475d57c
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@
|
|||
"rpc-port": {{ transmission_http_port }},
|
||||
"rpc-url": "{{ transmission_url }}",
|
||||
"rpc-username": "{{ transmission_username }}",
|
||||
"rpc-whitelist": "127.0.0.1",
|
||||
"rpc-whitelist": "127.0.0.1,192.168.*.*",
|
||||
"rpc-whitelist-enabled": true,
|
||||
"scrape-paused-torrents-enabled": true,
|
||||
"script-torrent-done-enabled": false,
|
||||
|
|
Loading…
Add table
Reference in a new issue