From 043d2baaf7361aaf4c2966338db4d05c274cf690 Mon Sep 17 00:00:00 2001 From: ljm42 Date: Mon, 12 Aug 2024 12:21:57 -0700 Subject: [PATCH] Fix typo in help text --- emhttp/languages/en_US/helptext.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emhttp/languages/en_US/helptext.txt b/emhttp/languages/en_US/helptext.txt index 5b6203b83..33d9f9b77 100644 --- a/emhttp/languages/en_US/helptext.txt +++ b/emhttp/languages/en_US/helptext.txt @@ -2428,7 +2428,7 @@ Note to Cloudflare users: the Cloudflare proxy is designed for http traffic, it :wg_local_server_uses_nat_help: When NAT is enabled, the server uses its own LAN address when forwarding traffic from the tunnel to other devices in the LAN network. -Use this setting when no router modifications are desired, but this approach doesn't work with Docker containers using custom IP addressess. +Use this setting when no router modifications are desired, but this approach doesn't work with Docker containers using custom IP addresses. When NAT is disabled, the server uses the WireGuard tunnel address when forwarding traffic. In this case it is required that the default gateway (router) has a static route configured to refer tunnel address back to the server.