We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e95269d commit f846a1aCopy full SHA for f846a1a
web/misc/nginx/rewrite/doh.conf
@@ -0,0 +1,5 @@
1
+location /dns-query {
2
+ proxy_pass http://127.0.0.1:3000;
3
+ proxy_set_header Host $host;
4
+ proxy_set_header X-Real-IP $remote_addr;
5
+}
0 commit comments