Skip to content

Instantly share code, notes, and snippets.

@tykling
Created April 14, 2017 09:17
Show Gist options
  • Save tykling/75b74766ddaeed686015427234ffc171 to your computer and use it in GitHub Desktop.
Save tykling/75b74766ddaeed686015427234ffc171 to your computer and use it in GitHub Desktop.
bind root zone slave
zone "." {
type slave;
file "/usr/local/etc/namedb/slave/root.slave";
masters {
192.5.5.241; // F.ROOT-SERVERS.NET.
};
notify no;
};
zone "arpa" {
type slave;
file "/usr/local/etc/namedb/slave/arpa.slave";
masters {
192.5.5.241; // F.ROOT-SERVERS.NET.
};
notify no;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment