Merge pull request #111 from aanriot/master

db.root is now outdated
This commit is contained in:
Javier Bértoli 2018-09-10 08:57:07 -03:00 committed by GitHub
commit 038e6535d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
// prime the server with knowledge of the root servers
zone "." {
type hint;
file "/etc/bind/db.root";
file "/usr/share/dns/root.hints";
};
// be authoritative for the localhost forward and reverse zones, and for

View file

@ -1,6 +1,6 @@
{% set map = salt['grains.filter_by']({
'Debian': {
'pkgs': ['bind9', 'bind9utils'],
'pkgs': ['bind9', 'bind9utils', 'dns-root-data'],
'service': 'bind9',
'config_source_dir': 'bind/files/debian',
'zones_source_dir': 'zones',