Skip to content
Snippets Groups Projects
Verified Commit ec5fbc91 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(dns): Use different upstream server

This patch changes the upstream server to quad9, as it seems that
dnsproxy doesn't support SNI for DoH or DoT Servers.
parent b87c6230
No related branches found
No related tags found
No related merge requests found
...@@ -20,8 +20,8 @@ spec: ...@@ -20,8 +20,8 @@ spec:
image: quay.io/sheogorath/dnsproxy:0.42.2 image: quay.io/sheogorath/dnsproxy:0.42.2
args: args:
- /dnsproxy - /dnsproxy
- --upstream=https://dns.shivering-isles.com/dns-query - --upstream=https://dns.quad9.net/dns-query
- --bootstrap=1.1.1.1 - --bootstrap=9.9.9.9
- --cache-min-ttl=300 - --cache-min-ttl=300
- --cache-optimistic - --cache-optimistic
ports: ports:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment