Skip to content

Commit f846a1a

Browse files
committed
Create doh.conf
1 parent e95269d commit f846a1a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

web/misc/nginx/rewrite/doh.conf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)