From 29cd02710297847fd16da0a72f8a36adf116e75e Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 19 Oct 2024 23:20:14 +0300 Subject: [PATCH] ... Signed-off-by: Alex A. Naanou --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3cae110..404216a 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Goals: | | / | | | | +--($WAN_SSH_IP)- ssh ---------------+ | | | | ^ | | | - | | (ssh:22) | | | + | | (ssh:23) | | | | | . | | | | | . +------------------------(nat)--+ | | | ./ | | | @@ -109,10 +109,10 @@ After the basic setup is done connect the device to the network via the selcted WAN port and **disconnect** the ADMIN port. The WAN interface exposes two IPs: -- Main server (config: `DFL_WAN_IP` / `WAN_IP`) +- Main server (config: `$DFL_WAN_IP` / `$WAN_IP`) - ssh:23 - wireguard:51820 -- Fail-safe ssh (config: `DFL_WAN_SSH_IP` / `WAN_SSH_IP`) +- Fail-safe ssh (config: `$DFL_WAN_SSH_IP` / `$WAN_SSH_IP`) - ssh:22