Skip to content

Commit

Permalink
Skip fallback DNS when it is disabled (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdegat01 committed Apr 25, 2022
1 parent 8e0ea74 commit 0b27c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/usr/share/tempio/corefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
health_check 1m
max_fails 5
}
fallback REFUSED,SERVFAIL,NXDOMAIN . dns://127.0.0.1:5553
{{ if .fallback }}fallback REFUSED,SERVFAIL,NXDOMAIN . dns://127.0.0.1:5553{{ end }}
cache 600
}

Expand Down

0 comments on commit 0b27c4b

Please sign in to comment.