Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2024-01-02 04:07:36 +03:00
parent 68204a8140
commit a6ed524808
2 changed files with 5 additions and 5 deletions

View File

@ -82,7 +82,7 @@ check-port(){
local res=$(timeout $TIMEOUT nc -vz${udp} $target $port 2>&1)
if [[ $res =~ .*open$ ]] ; then
if ! [[ $res =~ .*open$ ]] ; then
echo ERROR
else
echo OK

View File

@ -14,10 +14,10 @@ entryPoints:
address: ':22'
ssh2:
address: ':23'
openvpn:
address: ':1194/udp'
openvpn2:
address: ':5555/udp'
#openvpn:
# address: ':1194/udp'
#openvpn2:
# address: ':5555/udp'
wireguard:
address: ':51820/udp'
wireguard2: