harden dns
This commit is contained in:
@@ -46,7 +46,18 @@ in
|
||||
certificate_chain_path = "/run/credentials/adguardhome.service/fullchain.pem";
|
||||
private_key_path = "/run/credentials/adguardhome.service/key.pem";
|
||||
};
|
||||
dns.bind_hosts = tailscaleIps;
|
||||
dns = {
|
||||
bind_hosts = tailscaleIps;
|
||||
upstream_dns = [
|
||||
"https://dns10.quad9.net/dns-query"
|
||||
"https://cloudflare-dns.com/dns-query"
|
||||
"https://dns.google/dns-query"
|
||||
];
|
||||
fallback_dns = [
|
||||
"https://cloudflare-dns.com/dns-query"
|
||||
"https://dns.google/dns-query"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user