From a0ac2b3ccee5184fb9cb9e2746e2a5f04e4dfd22 Mon Sep 17 00:00:00 2001 From: josiah Date: Fri, 2 Jul 2021 03:52:31 -0500 Subject: fixed bad tabs --- doh-server.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doh-server.html') diff --git a/doh-server.html b/doh-server.html index e3c2a6c..7927e41 100644 --- a/doh-server.html +++ b/doh-server.html @@ -85,8 +85,8 @@ WantedBy=multi-user.target

Once you've gotten all of that set up, we'll reverse proxy our HTTPS to DNS proxy. Open up your Nginx config file, and add the following values:

location /dns-query {
-			proxy_pass http://127.0.0.1:8080/;
-		}
+ proxy_pass http://127.0.0.1:8080/; +}

Now, your configuration should look something like this:

server { 
-- 
cgit v1.2.3