From 1d406f75a09d80a9b4b1c4e8655a4e45a278a460 Mon Sep 17 00:00:00 2001 From: binhex Date: Tue, 11 Jun 2024 11:37:34 +0100 Subject: [PATCH] add in new params --- README.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0e6cc38..ff9a4f0 100644 --- a/README.md +++ b/README.md @@ -148,8 +148,8 @@ Other users - Please download your WireGuard configuration file from your VPN pr Due to Google and OpenDNS supporting EDNS Client Subnet it is recommended NOT to use either of these NS providers. The list of default NS providers in the above example(s) is as follows:- -84.200.x.x = DNS Watch -37.235.x.x = FreeDNS +84.200.x.x = DNS Watch
+37.235.x.x = FreeDNS
1.x.x.x = Cloudflare --- @@ -160,7 +160,17 @@ User ID (PUID) and Group ID (PGID) can be found by issuing the following command --- Due to issues with CSRF and port mapping, should you require to alter the port for the webui you need to change both sides of the -p 8080 switch AND set the WEBUI_PORT variable to the new port. -For example, to set the port to 8090 you need to set -p 8090:8090 and -e WEBUI_PORT=8090 +For example, to set the port to 8090 you need to set:- + +```bash + -p 8090:8090 \ +``` + +and + +```bash + -e WEBUI_PORT=8090 \ +``` --- If you are using VPN provider PIA or ProtonVPN and wish to share the assigned dynamic incoming port with another docker container running in the same network then this can be done via a docker volume, so add the following to your docker run command:-