From f2978cc895acf4a502f018fb91ea0e650d28eaa5 Mon Sep 17 00:00:00 2001 From: Clayton Auld Date: Tue, 5 Oct 2021 18:33:20 -0800 Subject: [PATCH] Update README with Nginx transparent proxy option. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 230abdd..d25588c 100755 --- a/README.md +++ b/README.md @@ -102,14 +102,14 @@ sudo service lighttpd start ## Option 1: Set up DNS-Over-TLS support using Nginx as a transparent proxy Note: This will overwrite your Nginx config, but will back up the current config to ```/etc/nginx/nginx.conf```. -Run the following command: +1. Run the following command: ```bash curl -s https://raw.githubusercontent.com/clayauld/Secure-Adblocking-DNS/master/nginx/install.sh | sudo bash ``` -Open ```/etc/nginx/streams/DoT_dns``` and edit the location of your certs to the correct location(s) for your server. +2. Open ```/etc/nginx/streams/DoT_dns``` and edit the location of your certs to the correct location(s) for your server. -Run the following command to reload the Nginx config. +3. Run the following command to reload the Nginx config. ```bash sudo systemctl restart nginx ```