1
0
mirror of https://git.envs.net/envs/DNS synced 2026-01-27 06:48:03 +01:00
envs-DNS/named.conf.root-hints
2026-01-21 15:09:06 +01:00

6 lines
130 B
Plaintext

// prime the server with knowledge of the root servers
zone "." {
type hint;
file "/usr/share/dns/root.hints";
};