fix wrong option
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 30s
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 30s
This commit is contained in:
parent
34f882e95c
commit
2ecf41785c
1 changed files with 1 additions and 1 deletions
|
|
@ -38,13 +38,13 @@ in {
|
||||||
dns = {
|
dns = {
|
||||||
upstream_dns = [ "https://security.cloudflare-dns.com/dns-query" ];
|
upstream_dns = [ "https://security.cloudflare-dns.com/dns-query" ];
|
||||||
bootstrap_dns = [ "1.1.1.2" "1.0.0.2" ];
|
bootstrap_dns = [ "1.1.1.2" "1.0.0.2" ];
|
||||||
blocked_services.ids = blocked;
|
|
||||||
};
|
};
|
||||||
querylog = {
|
querylog = {
|
||||||
interval = "2160h";
|
interval = "2160h";
|
||||||
enabled = true;
|
enabled = true;
|
||||||
};
|
};
|
||||||
filtering = {
|
filtering = {
|
||||||
|
blocked_services.ids = blocked;
|
||||||
blocking_mode = "null_ip";
|
blocking_mode = "null_ip";
|
||||||
protection_enabled = true;
|
protection_enabled = true;
|
||||||
safebrowsing_enabled = true;
|
safebrowsing_enabled = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue