Fixed dns on dimondback and stargate

This commit is contained in:
Aleksandr Lebedev 2025-12-06 18:46:20 +01:00
parent 3cf8570595
commit d456e1716b
4 changed files with 8 additions and 5 deletions

View file

@ -24,7 +24,6 @@ in {
bind_hosts = [
"127.0.0.1"
"::1"
localIp
];
upstream_dns = [
"94.140.14.14"
@ -46,6 +45,7 @@ in {
safe_search = {enabled = false;};
rewrites =
map (url: {
enabled = true;
answer = localIp;
domain = url;
}) [