Update transmission configuration
This commit is contained in:
parent
00b8001635
commit
f2af83af99
4 changed files with 9 additions and 7 deletions
|
|
@ -6,7 +6,7 @@
|
|||
"alt-speed-time-enabled": false,
|
||||
"alt-speed-time-end": 1020,
|
||||
"alt-speed-up": 50,
|
||||
"bind-address-ipv4": "127.0.0.1",
|
||||
"bind-address-ipv4": "{{ lan_ip_address }}",
|
||||
"bind-address-ipv6": "::",
|
||||
"blocklist-enabled": false,
|
||||
"blocklist-url": "http://www.example.com/blocklist",
|
||||
|
|
@ -29,10 +29,10 @@
|
|||
"peer-id-ttl-hours": 6,
|
||||
"peer-limit-global": 200,
|
||||
"peer-limit-per-torrent": 50,
|
||||
"peer-port": 62215,
|
||||
"peer-port": {{ transmission_port }},
|
||||
"peer-port-random-high": 65535,
|
||||
"peer-port-random-low": 49152,
|
||||
"peer-port-random-on-start": true,
|
||||
"peer-port-random-on-start": false,
|
||||
"peer-socket-tos": "default",
|
||||
"pex-enabled": true,
|
||||
"port-forwarding-enabled": true,
|
||||
|
|
@ -49,7 +49,7 @@
|
|||
"rpc-host-whitelist": "",
|
||||
"rpc-host-whitelist-enabled": false,
|
||||
"rpc-password": "{6d8c6eafffb8ae980db6f2d7e2c36dbf8d111479Z/5l3mfq",
|
||||
"rpc-port": {{ transmission_port }},
|
||||
"rpc-port": {{ transmission_web_port }},
|
||||
"rpc-url": "/transmission/",
|
||||
"rpc-username": "transmission",
|
||||
"rpc-whitelist": "127.0.0.1, {{ vpn_listen_address[:-1] }}*",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue