# Access control for private hosts
# Symlink this file to restrict access to local networks only

allow 192.168.1.0/24;
allow 172.16.0.0/12;
# allow 162.10.130.22;  # Netskope - uncomment if needed for corporate VPN
deny all;
