mirror of
https://github.com/casjaysdevdocker/ddns
synced 2025-01-31 12:34:31 -05:00
11 lines
163 B
Plaintext
11 lines
163 B
Plaintext
|
acl "trusted" {
|
||
|
127.0.0.0/8;
|
||
|
10.0.0.0/8;
|
||
|
172.0.0.0/12;
|
||
|
192.168.0.0/16;
|
||
|
::1/128;
|
||
|
2001:db8:edfa:1234::/64;
|
||
|
localhost;
|
||
|
localnets;
|
||
|
};
|