coredns binds to 0.0.0.0:53
All checks were successful
Build hosts / build-hosts (pull_request) Successful in 19s
Flake check / flake-check (pull_request) Successful in 20s

This commit is contained in:
sid 2026-04-19 01:13:20 +02:00
parent 27c7af4bef
commit 42bf634d0f

View file

@ -10,7 +10,7 @@
enable = true;
config = with constants; ''
.:53 {
bind 127.0.0.1
bind 0.0.0.0
hosts {
${hosts.sid.ip} ${ca-fqdn}