1
0
Fork 0
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:
Alexis Gavoty 2014-06-06 10:57:50 +02:00
parent 26e17a355b
commit 52b68cbe4e

View file

@ -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,