mirror of
https://github.com/casjaysdevdocker/ddns
synced 2025-03-15 13:36:45 -04:00
7 lines
133 B
Dns
7 lines
133 B
Dns
|
zone "local" {
|
||
|
type master;
|
||
|
file "data/localdomain.conf";
|
||
|
allow-update { trusted; };
|
||
|
allow-transfer { trusted; };
|
||
|
};
|