mirror of
https://github.com/AuxXxilium/docker-ddns-server.git
synced 2024-11-23 23:00:59 +07:00
8 lines
194 B
Plaintext
8 lines
194 B
Plaintext
|
options {
|
||
|
directory "/var/cache/bind";
|
||
|
dnssec-validation auto;
|
||
|
recursion no;
|
||
|
allow-transfer { none; };
|
||
|
auth-nxdomain no;
|
||
|
listen-on-v6 { any; };
|
||
|
};
|