Created
April 14, 2017 09:17
-
-
Save tykling/75b74766ddaeed686015427234ffc171 to your computer and use it in GitHub Desktop.
bind root zone slave
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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