
私はNginxサーバー上のDoHクエリを別のDoH URLにプロキシ/リダイレクトしようとしています。これは私のNginx設定です。他のチュートリアル(リンクとビデオ)も歓迎します。
...
location /private/doh/xxxx/dns-query {
proxy_http_version 1.1;
proxy_set_header Connection "";
proxy_pass https://dns.google/dns-query/;
}