From b5be3e99c1e0ea06b88d51a40163ce1cb74695c0 Mon Sep 17 00:00:00 2001 From: Alexis Gavoty Date: Fri, 6 Jun 2014 11:36:52 +0200 Subject: [PATCH] [fix] Listen only localhost --- conf/settings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/settings.json b/conf/settings.json index e016c18..a5ce1dd 100644 --- a/conf/settings.json +++ b/conf/settings.json @@ -6,8 +6,8 @@ "alt-speed-time-enabled": false, "alt-speed-time-end": 1020, "alt-speed-up": 50, - "bind-address-ipv4": "127.0.0.1", - "bind-address-ipv6": "::1", + "bind-address-ipv4": "0.0.0.0", + "bind-address-ipv6": "::", "blocklist-enabled": false, "blocklist-url": "http://www.example.com/blocklist", "cache-size-mb": 4, @@ -43,7 +43,7 @@ "ratio-limit-enabled": false, "rename-partial-files": true, "rpc-authentication-required": false, - "rpc-bind-address": "0.0.0.0", + "rpc-bind-address": "127.0.0.1", "rpc-enabled": true, "rpc-password": "{22ef1abe361f619946cf9ce68c442d27f73512d5lL3qJ6bY", "rpc-port": 9091,