* Add IPv6 localhost to default allowAdmin addresses, remove 192.168.0.1. Enhance comment.
This commit is contained in:
parent
412ba832d2
commit
f122e203b3
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue