mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-14 19:54:06 +01:00
Improve wording of OPENVPN server progress message
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2512 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
80dd73b9e5
commit
af28486e63
@ -2244,7 +2244,7 @@ setup_tunnels() # $1 = name of tunnels file
|
||||
addrule2 $inchain -p $protocol $(source_ip_range $1) --dport $p -j ACCEPT
|
||||
addrule2 $outchain -p $protocol $(dest_ip_range $1) --sport $p -j ACCEPT
|
||||
|
||||
progress_message " OPENVPN server tunnel to $1:$protocol:$p defined."
|
||||
progress_message " OPENVPN server tunnel from $1:$protocol:$p defined."
|
||||
}
|
||||
|
||||
setup_one_openvpn_client() # $1 = gateway, $2 = kind[:port]
|
||||
|
Loading…
Reference in New Issue
Block a user