mirror of
https://github.com/YunoHost-Apps/transmission_ynh.git
synced 2024-09-04 01:46:12 +02:00
[fix] Listen only localhost
This commit is contained in:
parent
26e17a355b
commit
52b68cbe4e
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@
|
|||
"alt-speed-time-enabled": false,
|
||||
"alt-speed-time-end": 1020,
|
||||
"alt-speed-up": 50,
|
||||
"bind-address-ipv4": "0.0.0.0",
|
||||
"bind-address-ipv6": "::",
|
||||
"bind-address-ipv4": "127.0.0.1",
|
||||
"bind-address-ipv6": "::1",
|
||||
"blocklist-enabled": false,
|
||||
"blocklist-url": "http://www.example.com/blocklist",
|
||||
"cache-size-mb": 4,
|
||||
|
|
Loading…
Add table
Reference in a new issue