|
# Internal Networks Configuration
|
|
# Define internal network ranges for access control
|
|
|
|
# Allow access from internal networks
|
|
allow 10.10.0.0/16;
|
|
allow 10.11.0.0/16;
|
|
allow 10.12.0.0/16;
|
|
allow 172.16.0.0/16;
|
|
allow 127.0.0.1;
|
|
|
|
# Deny all others (uncomment if needed)
|
|
# deny all;
|