File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ iptables_service: iptables
19
19
manage_firewall_rules : true
20
20
openvpn_firewall : auto
21
21
openvpn_masquerade_not_snat : false
22
+ openvpn_no_nat : false
22
23
23
24
# Misc
24
25
ci_build : false
Original file line number Diff line number Diff line change 69
69
jump : SNAT
70
70
action : insert
71
71
comment : " Perform NAT readdressing"
72
- when : not openvpn_masquerade_not_snat
72
+ when : not openvpn_masquerade_not_snat and not openvpn_no_nat
73
73
notify : " save iptables"
74
74
75
75
- name : Perform NAT readdressing with MASQUERADE - iptables
80
80
jump : MASQUERADE
81
81
action : insert
82
82
comment : " Perform NAT readdressing"
83
- when : openvpn_masquerade_not_snat
83
+ when : openvpn_masquerade_not_snat and not openvpn_no_nat
84
84
notify :
85
85
- Save iptables
86
86
You can’t perform that action at this time.
0 commit comments