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 11:36:52 +02:00
parent 52b68cbe4e
commit b5be3e99c1

View file

@ -6,8 +6,8 @@
"alt-speed-time-enabled": false, "alt-speed-time-enabled": false,
"alt-speed-time-end": 1020, "alt-speed-time-end": 1020,
"alt-speed-up": 50, "alt-speed-up": 50,
"bind-address-ipv4": "127.0.0.1", "bind-address-ipv4": "0.0.0.0",
"bind-address-ipv6": "::1", "bind-address-ipv6": "::",
"blocklist-enabled": false, "blocklist-enabled": false,
"blocklist-url": "http://www.example.com/blocklist", "blocklist-url": "http://www.example.com/blocklist",
"cache-size-mb": 4, "cache-size-mb": 4,
@ -43,7 +43,7 @@
"ratio-limit-enabled": false, "ratio-limit-enabled": false,
"rename-partial-files": true, "rename-partial-files": true,
"rpc-authentication-required": false, "rpc-authentication-required": false,
"rpc-bind-address": "0.0.0.0", "rpc-bind-address": "127.0.0.1",
"rpc-enabled": true, "rpc-enabled": true,
"rpc-password": "{22ef1abe361f619946cf9ce68c442d27f73512d5lL3qJ6bY", "rpc-password": "{22ef1abe361f619946cf9ce68c442d27f73512d5lL3qJ6bY",
"rpc-port": 9091, "rpc-port": 9091,