6 lines
133 B
Text
6 lines
133 B
Text
# Only allow traffic from internal clients
|
|
allow 127.0.0.0/8;
|
|
allow 10.0.0.0/8;
|
|
allow 192.168.0.0/16;
|
|
allow 172.16.0.0/12;
|
|
deny all;
|