mirror of
https://github.com/laurivosandi/certidude
synced 2024-12-22 16:25:17 +00:00
builder: Enable masquerade for vpn interface
This commit is contained in:
parent
4f1e76935e
commit
2c1a649952
@ -27,6 +27,7 @@ uci set dhcp.lan.limit=1
|
|||||||
uci set network.vpn=interface
|
uci set network.vpn=interface
|
||||||
uci set network.vpn.ifname='ipsec0'
|
uci set network.vpn.ifname='ipsec0'
|
||||||
uci set network.vpn.proto='none'
|
uci set network.vpn.proto='none'
|
||||||
|
uci set network.vpn.masq='1'
|
||||||
|
|
||||||
uci set firewall.vpn=zone
|
uci set firewall.vpn=zone
|
||||||
uci set firewall.vpn.name="vpn"
|
uci set firewall.vpn.name="vpn"
|
||||||
|
Loading…
Reference in New Issue
Block a user