Format
Each line in the ip_allow.config file must have the following format:
src_ip=ipaddress action=ip_allow | ip_deny
where ipaddress is the IP address or range of IP addresses of the clients allowed to access the proxy.
The action ip_allow allows the specified clients to access the proxy. The action ip_deny denies the specified clients to access the proxy.
By default, the ip_allow.config file contains the following line, which allows all clients to access the proxy. Comment out or delete this line before adding rules to restrict access.
src_ip=0.0.0.0-255.255.255.255 action=ip_allow