feat: enable filtering in adguard
This commit is contained in:
parent
52fe1d2847
commit
04b687340c
1 changed files with 3 additions and 0 deletions
|
@ -28,6 +28,9 @@ in
|
||||||
upstream_dns_file = config.age.secrets.adguard-dns-list.path;
|
upstream_dns_file = config.age.secrets.adguard-dns-list.path;
|
||||||
fallback_dns = [ "9.9.9.9" ];
|
fallback_dns = [ "9.9.9.9" ];
|
||||||
};
|
};
|
||||||
|
filtering = {
|
||||||
|
filtering_enabled = true;
|
||||||
|
};
|
||||||
clients = {
|
clients = {
|
||||||
persistent = [
|
persistent = [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue