Merge pull request #944 from Mkaysi/ipv6

src/conf.py: clear hosts4 & make hosts6 ::0
This commit is contained in:
Valentin Lorentz 2014-12-13 10:38:49 +01:00
commit 104b3efd44
1 changed files with 2 additions and 2 deletions

View File

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