mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-22 07:33:43 +01:00
Add the Meta-connection to Tinc
- Both the macro and the tunnel type are updated Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
1b2a43e5ea
commit
888444f210
@ -9,3 +9,4 @@
|
||||
#ACTION SOURCE DEST PROTO DEST SOURCE RATE USER/
|
||||
# PORT(S) PORT(S) LIMIT GROUP
|
||||
PARAM - - udp 655
|
||||
PARAM - - tcp 655
|
||||
|
@ -137,6 +137,8 @@ sub setup_tunnels() {
|
||||
|
||||
add_tunnel_rule $inchainref, p => 'udp --dport 655', @$source;
|
||||
add_tunnel_rule $outchainref, p => 'udp --dport 655', @$dest;
|
||||
add_tunnel_rule $inchainref, p => 'tcp --dport 655', @$source;
|
||||
add_tunnel_rule $outchainref, p => 'tcp --dport 655', @$dest;
|
||||
}
|
||||
|
||||
sub setup_one_openvpn {
|
||||
|
Loading…
Reference in New Issue
Block a user