packages/net/nginx-util/files/restrict_locally
acooler15 204bc8f478 update nginx-util to 1.5-1
use UCI for server configuration
2021-02-11 10:40:03 +08:00

11 lines
183 B
Plaintext

allow ::1;
allow fc00::/7;
allow fec0::/10;
allow fe80::/10;
allow 127.0.0.0/8;
allow 10.0.0.0/8;
allow 172.16.0.0/12;
allow 192.168.0.0/16;
allow 169.254.0.0/16;
deny all;