From f122e203b3451412d433ab43ff126f3d34b9ebf0 Mon Sep 17 00:00:00 2001 From: hns Date: Fri, 26 May 2006 12:48:24 +0000 Subject: [PATCH] * Add IPv6 localhost to default allowAdmin addresses, remove 192.168.0.1. Enhance comment. --- build/main/server.properties | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build/main/server.properties b/build/main/server.properties index bbc0f996..d4386ad0 100644 --- a/build/main/server.properties +++ b/build/main/server.properties @@ -31,5 +31,6 @@ # country = CZ # language = cs -# list ip addresses for admin-application here: -allowAdmin=127.0.0.1, 192.168.0.1 +# comma-separated list of ip addresses which are allowed to access +# admin applications. Default is localhost for IPv4 and IPv6. +allowAdmin=127.0.0.1, ::1