adguard dns rewrites

This commit is contained in:
m3tam3re 2024-11-18 11:58:22 +01:00
parent 657df4e92b
commit 936b6b5c9b

View File

@ -10,6 +10,14 @@
"8.8.8.8"
];
};
filtering = {
rewrites = [
{
domain = "*.l.m3tam3re.com";
answer = "192.168.178.210";
}
];
};
};
};
networking.firewall.allowedTCPPorts = [53];