mirror of
https://github.com/Luzifer/dns.git
synced 2024-12-22 19:01:20 +00:00
Fix: Missing unit
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
bcc52e39a1
commit
ff5dbb4359
1 changed files with 1 additions and 1 deletions
2
Corefile
2
Corefile
|
@ -1,7 +1,7 @@
|
||||||
. {
|
. {
|
||||||
auto {
|
auto {
|
||||||
directory zones db\.(.*) {1} 10
|
directory zones db\.(.*) {1} 10
|
||||||
reload 10
|
reload 10s
|
||||||
upstream 8.8.8.8
|
upstream 8.8.8.8
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue