From b6bdeb377a8a45edd351d6d9896fdd8d7d2045dc Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Fri, 16 Aug 2024 23:16:28 +0200 Subject: [PATCH] :memo: clarify need for vm-address depending on mode --- xynat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xynat b/xynat index ef90124..6ee603b 100755 --- a/xynat +++ b/xynat @@ -301,7 +301,7 @@ xynat_help(){ echo " -r, --remove - Remove existing firewall (fallback: MODE=stop)" echo echo " -i, --iface=iface - Interface name for virtual switch (required, fallback: IFACE)" - echo " -s, --vm-address=ip - IP address of virtual machine (required)" + echo " -s, --vm-address=ip - IP address of virtual machine (required when adding new fw)" echo " -p, --public-ip=ip - IP address to use for outgoing traffic and DNAT" echo echo " -b, --block=ip-or-net - Block address(es) for all connections (multi-use allowed)"