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 = {
|
||||
upstream_dns = [ "https://security.cloudflare-dns.com/dns-query" ];
|
||||
bootstrap_dns = [ "1.1.1.2" "1.0.0.2" ];
|
||||
blocked_services.ids = blocked;
|
||||
};
|
||||
querylog = {
|
||||
interval = "2160h";
|
||||
enabled = true;
|
||||
};
|
||||
filtering = {
|
||||
blocked_services.ids = blocked;
|
||||
blocking_mode = "null_ip";
|
||||
protection_enabled = true;
|
||||
safebrowsing_enabled = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue