Note bug in our setup
This commit is contained in:
parent
a12e54aa31
commit
549f9d8edb
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# 2021-04-27
|
# 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
|
if [ $# -lt 2 ]; then
|
||||||
echo "$0 host ipv4-address interface [private-key]"
|
echo "$0 host ipv4-address interface [private-key]"
|
||||||
|
|
Loading…
Reference in a new issue