fix wrong option
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 30s

This commit is contained in:
Satria 2026-07-18 19:09:48 +07:00
commit 2ecf41785c

View file

@ -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;