You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to forward DOH query from web server (nginx) to dnscrypt-proxy? I want to have DOH on the usual 443 port and /dns-query path, but a web server is already on the port.
Some stuff I found, will test them:
NGINX SSL Termination. Does DOH work in HTTP mode if no certificate is specified or URL is local host?
EDIT: No, certificate and key are required. Though NGINX can connect the upstream server with HTTPS.
TCP & UDP forwarding. Is the DOH server in dnscrypt-proxy HTTP2, so only TCP forwarding is needed?
EDIT: Stream forwarding doesn't seem to be able to do sub-path.
Use doh-server instead of the built-in. Seem to be able to be connected with HTTP.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is there a way to forward DOH query from web server (nginx) to dnscrypt-proxy? I want to have DOH on the usual 443 port and
/dns-query
path, but a web server is already on the port.Some stuff I found, will test them:
EDIT: No, certificate and key are required. Though NGINX can connect the upstream server with HTTPS.
EDIT: Stream forwarding doesn't seem to be able to do sub-path.
Beta Was this translation helpful? Give feedback.
All reactions