Skip to content

Commit

Permalink
rpi4: update adguard settings to the current schema
Browse files Browse the repository at this point in the history
  • Loading branch information
adomixaszvers committed Jun 2, 2024
1 parent e57311b commit 78cece4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions nixos/pi/adguard.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,18 @@
services.adguardhome = {
enable = true;
mutableSettings = true;
port = 6080;
host = "192.168.1.207";
settings = {
http.address = "192.168.1.207:6080";
dns = {
bind_hosts = [ "10.6.0.1" "192.168.1.207" ];
blocked_response_ttl = 7200;
ratelimit = 0;
upstream_dns = [ "9.9.9.9" "149.112.112.112" "[/lan/]192.168.1.254" ];
aaaa_disabled = true;
local_ptr_upstreams = [ "192.168.1.254" ];
};
filtering = {
blocked_response_ttl = 7200;
rewrites = [
{
domain = "*.wg.beastade.top";
Expand Down

0 comments on commit 78cece4

Please sign in to comment.