luci-app-openvpn: add OpenVPN option disable-dco

You maybe want to disable the DCO support, so let's add this option.

Signed-off-by: Martin Schiller <ms@dev.tdt.de>
This commit is contained in:
Martin Schiller 2024-01-31 08:40:35 +01:00 committed by Paul Donald
parent ee632a1888
commit 5b2bc99c30

View file

@ -371,6 +371,10 @@ local knownParams = {
{ "net30", "p2p", "subnet" },
translate("'net30', 'p2p', or 'subnet'"),
{dev_type="tun" } },
{ Flag,
"disable_dco",
0,
translate("Disable Data Channel Offloading (DCO) support") },
} },
{ "vpn", translate("VPN"), {