mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-22 05:28:59 +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
03d99de8d5
commit
85e44c70eb
@ -9,3 +9,4 @@
|
|||||||
#ACTION SOURCE DEST PROTO DEST SOURCE RATE USER/
|
#ACTION SOURCE DEST PROTO DEST SOURCE RATE USER/
|
||||||
# PORT(S) PORT(S) LIMIT GROUP
|
# PORT(S) PORT(S) LIMIT GROUP
|
||||||
PARAM - - udp 655
|
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 $inchainref, p => 'udp --dport 655', @$source;
|
||||||
add_tunnel_rule $outchainref, p => 'udp --dport 655', @$dest;
|
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 {
|
sub setup_one_openvpn {
|
||||||
|
Loading…
Reference in New Issue
Block a user