From 52b68cbe4e3dd5e9cbf553d4d707f9af938728e4 Mon Sep 17 00:00:00 2001 From: Alexis Gavoty Date: Fri, 6 Jun 2014 10:57:50 +0200 Subject: [PATCH] [fix] Listen only localhost --- conf/settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/settings.json b/conf/settings.json index c581aab..e016c18 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": "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,