adguard: bind DNS to LAN + loopback only to avoid podman conflict
Binding to 0.0.0.0 claimed port 53 on podman bridge interfaces, preventing aardvark-dns from starting and breaking Forgejo Actions. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
4ffce27cdd
commit
fb2d3a1ff7
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
|||
mutableSettings = false;
|
||||
settings = {
|
||||
dns = {
|
||||
bind_hosts = [ "0.0.0.0" ];
|
||||
bind_hosts = [ "10.0.0.1" "127.0.0.1" ];
|
||||
port = 53;
|
||||
# Query all upstreams in parallel; take the fastest response
|
||||
upstream_mode = "parallel";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue