From d784bb90cf6d286bd6ba382f8576b9c8c3fc7f74 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Tue, 26 Dec 2023 21:02:15 +0100 Subject: [PATCH] puting __PORT_DNS_OVER_HTTP__ for /dns-query --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index c07fbf2..d0944ea 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -27,7 +27,7 @@ location /dns-query { proxy_http_version 1.1; proxy_read_timeout 6s; proxy_connect_timeout 6s; - proxy_pass http://127.0.0.1:__PORT__/dns-query; + proxy_pass http://127.0.0.1:__PORT_DNS_OVER_HTTP__/dns-query; } # disabling the API point of the built-in updater (which can break the installation)