mirror of
https://github.com/casjaysdevdocker/ddns
synced 2025-01-19 12:34:24 -05: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; };
|
|
};
|