Skip to content

Commit

Permalink
luci-app-openvpn: add OpenVPN option disable-dco
Browse files Browse the repository at this point in the history
You maybe want to disable the DCO support, so let's add this option.

Signed-off-by: Martin Schiller <[email protected]>
  • Loading branch information
sch-m committed Jan 31, 2024
1 parent 3e0f119 commit 7a53472
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 support") },
} },

{ "vpn", translate("VPN"), {
Expand Down

0 comments on commit 7a53472

Please sign in to comment.