fix(adguard): bind to 0.0.0.0 for direct Tailscale access

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
ashisgreat22 2026-03-21 20:33:10 +00:00
parent aa18a6f494
commit 8f6f196aeb

View file

@ -85,7 +85,7 @@ in
services.adguardhome = {
enable = true;
host = "127.0.0.1";
host = "0.0.0.0";
port = cfg.port;
settings = {
dns = {