mirror of
https://github.com/casjaysdevdocker/ddns
synced 2026-06-25 08:01:04 -04: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;
|
||
|
|
};
|