Fixed dns on dimondback and stargate
This commit is contained in:
parent
3cf8570595
commit
d456e1716b
4 changed files with 8 additions and 5 deletions
|
|
@ -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;
|
||||
}) [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue