From 549f9d8edbcc937819b4b0bbc4da7cc01a29e512 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 2 Mar 2022 12:57:12 +0100 Subject: [PATCH] Note bug in our setup --- openwrt/openwrt-add-ipv4-vpn.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openwrt/openwrt-add-ipv4-vpn.sh b/openwrt/openwrt-add-ipv4-vpn.sh index 32e56e8..c97050f 100755 --- a/openwrt/openwrt-add-ipv4-vpn.sh +++ b/openwrt/openwrt-add-ipv4-vpn.sh @@ -1,6 +1,8 @@ #!/bin/sh # 2021-04-27 +echo BUG: cannot use more than one due to port assignment +echo All WG IPv4 have same source port if [ $# -lt 2 ]; then echo "$0 host ipv4-address interface [private-key]"