From 85e99350130cd001e30b76b63ad073485dc4c949 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sat, 13 Dec 2014 11:07:14 +0200 Subject: [PATCH] src/conf.py: clear hosts4 & make hosts6 ::0 Closes #756 Fixes #935 --- src/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/conf.py b/src/conf.py index 30849ed0f..3f1bcf386 100644 --- a/src/conf.py +++ b/src/conf.py @@ -1148,10 +1148,10 @@ class IP(registry.String): registry.String.setValue(self, v) registerGlobalValue(supybot.servers.http, 'hosts4', - IP('0.0.0.0', _("""Space-separated list of IPv4 hosts the HTTP server + IP('', _("""Space-separated list of IPv4 hosts the HTTP server will bind."""))) registerGlobalValue(supybot.servers.http, 'hosts6', - IP('', _("""Space-separated list of IPv6 hosts the HTTP server will + IP('::0', _("""Space-separated list of IPv6 hosts the HTTP server will bind."""))) registerGlobalValue(supybot.servers.http, 'port', registry.Integer(8080, _("""Determines what port the HTTP server will