Skip to content

Commit 038e653

Browse files
Merge pull request #111 from aanriot/master
db.root is now outdated
2 parents 703a5e3 + db0681e commit 038e653

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bind/files/debian/named.conf.default-zones

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// prime the server with knowledge of the root servers
22
zone "." {
33
type hint;
4-
file "/etc/bind/db.root";
4+
file "/usr/share/dns/root.hints";
55
};
66

77
// be authoritative for the localhost forward and reverse zones, and for

bind/map.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% set map = salt['grains.filter_by']({
22
'Debian': {
3-
'pkgs': ['bind9', 'bind9utils'],
3+
'pkgs': ['bind9', 'bind9utils', 'dns-root-data'],
44
'service': 'bind9',
55
'config_source_dir': 'bind/files/debian',
66
'zones_source_dir': 'zones',

0 commit comments

Comments
 (0)