mirror of
https://codeberg.org/freifunkhamburg/bind.git
synced 2025-09-04 04:07:22 +02:00
use system-provided root hints
This commit is contained in:
parent
65fd21e05b
commit
467c7f3819
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue