Add AdGuard Home for network-wide DNS ad blocking
New services/adguard.nix runs AdGuard Home on the mediaserver with DoH upstreams (Cloudflare + Quad9) and three default blocklists. DNS listens on :53; web UI on 127.0.0.1:3000, reverse-proxied at adguard.nordhammer.it. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
parent
12a8a4d88f
commit
919c991e3d
3 changed files with 45 additions and 2 deletions
|
|
@ -101,8 +101,9 @@ in
|
|||
"torrent.nordhammer.it" = proxy 8080;
|
||||
|
||||
# --- Other ---
|
||||
"games.nordhammer.it" = proxy 8787;
|
||||
"search.nordhammer.it" = proxy 8087;
|
||||
"games.nordhammer.it" = proxy 8787;
|
||||
"search.nordhammer.it" = proxy 8087;
|
||||
"adguard.nordhammer.it" = proxy 3000;
|
||||
|
||||
# --- Protected by Authelia ---
|
||||
"camera.nordhammer.it" = protectedProxy 1984;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue