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:
parent
aa18a6f494
commit
8f6f196aeb
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ in
|
||||||
|
|
||||||
services.adguardhome = {
|
services.adguardhome = {
|
||||||
enable = true;
|
enable = true;
|
||||||
host = "127.0.0.1";
|
host = "0.0.0.0";
|
||||||
port = cfg.port;
|
port = cfg.port;
|
||||||
settings = {
|
settings = {
|
||||||
dns = {
|
dns = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue