Compare commits
No commits in common. "9822e42ea5518c2537540752a2f8dea73c805a8f" and "87dab6d253c2b1f208f27a9711c19ffad2b71d6f" have entirely different histories.
9822e42ea5
...
87dab6d253
1 changed files with 4 additions and 33 deletions
|
|
@ -116,31 +116,17 @@ in
|
||||||
ratelimit = 0;
|
ratelimit = 0;
|
||||||
bind_hosts = [ "0.0.0.0" ];
|
bind_hosts = [ "0.0.0.0" ];
|
||||||
upstream_dns = [
|
upstream_dns = [
|
||||||
"tls://unfiltered.adguard-dns.com"
|
"1.1.1.1"
|
||||||
"https://unfiltered.adguard-dns.com/dns-query"
|
"1.0.0.1"
|
||||||
"tls://dns.quad9.net"
|
"8.8.8.8"
|
||||||
"https://dns.quad9.net/dns-query"
|
"8.8.4.4"
|
||||||
"tls://security.cloudflare-dns.com"
|
|
||||||
"https://security.cloudflare-dns.com/dns-query"
|
|
||||||
];
|
];
|
||||||
upstream_mode = "parallel";
|
|
||||||
};
|
};
|
||||||
filtering = {
|
filtering = {
|
||||||
protection_enabled = true;
|
protection_enabled = true;
|
||||||
filtering_enabled = true;
|
filtering_enabled = true;
|
||||||
rewrites = [
|
|
||||||
{
|
|
||||||
domain = "nixberry.fritz.box";
|
|
||||||
answer = "192.168.178.2";
|
|
||||||
}
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
user_rules = [
|
|
||||||
"||qognify.sysaidit.com^$important"
|
|
||||||
"||*.live.darktracesensor.com^$important"
|
|
||||||
];
|
|
||||||
|
|
||||||
filters =
|
filters =
|
||||||
map
|
map
|
||||||
(url: {
|
(url: {
|
||||||
|
|
@ -161,21 +147,6 @@ in
|
||||||
enabled = true;
|
enabled = true;
|
||||||
interval = "8760h";
|
interval = "8760h";
|
||||||
};
|
};
|
||||||
clients = {
|
|
||||||
persistent = [
|
|
||||||
{
|
|
||||||
name = "yggdrasil";
|
|
||||||
ids = [ "192.168.178.51" ];
|
|
||||||
tags = [
|
|
||||||
"device_pc"
|
|
||||||
"os_linux"
|
|
||||||
];
|
|
||||||
uid = "019aac26-684c-7c2c-a43d-2253f4407d45";
|
|
||||||
use_global_settings = true;
|
|
||||||
}
|
|
||||||
];
|
|
||||||
};
|
|
||||||
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue