* Add IPv6 localhost to default allowAdmin addresses, remove 192.168.0.1. Enhance comment.

This commit is contained in:
hns 2006-05-26 12:48:24 +00:00
parent 412ba832d2
commit f122e203b3

View file

@ -31,5 +31,6 @@
# country = CZ # country = CZ
# language = cs # language = cs
# list ip addresses for admin-application here: # comma-separated list of ip addresses which are allowed to access
allowAdmin=127.0.0.1, 192.168.0.1 # admin applications. Default is localhost for IPv4 and IPv6.
allowAdmin=127.0.0.1, ::1