Forum

AccessList how to allow multiple IP

Fred
30 December 2014, 15:30
Hello,

I have a URL that I want to keep strickly private and to do this I set the following:
AccessList = allow 192.168.0.1, deny all


My question is how do I allow multiple IP addresses?

Hiawatha version:
Operating System:
Hugo Leisink
30 December 2014, 16:06
Simply add them to the list. You can also specify a subnet mask.
AccessList = allow 192.168.0.1, allow 192.168.0.2, allow 10.0.0.0/8, deny all
fred
30 December 2014, 20:33
Thank you
This topic has been closed.