
Ich versuche, DoH-Abfragen auf meinem Nginx-Server an eine andere DoH-URL weiterzuleiten. Dies sind meine Nginx-Konfigurationen. Ich bin auch offen für andere Tutorials (Links und Videos).
...
location /private/doh/xxxx/dns-query {
proxy_http_version 1.1;
proxy_set_header Connection "";
proxy_pass https://dns.google/dns-query/;
}