luci-app-openvpn: Add multihome boolean.

Helps when you have multiple IP(v4|v6)

Signed-off-by: Paul Donald <newtwen@gmail.com>
pull/6771/head
Paul Donald 2023-12-19 17:51:58 +01:00
parent e7650bb86a
commit a5ed5976f4
1 changed files with 4 additions and 0 deletions

View File

@ -195,6 +195,10 @@ local knownParams = {
"nobind", "nobind",
0, 0,
translate("Do not bind to local address and port") }, translate("Do not bind to local address and port") },
{ Flag,
"multihome",
0,
translate("When you have more than one IP address (e.g. multiple interfaces, or secondary IP addresses), and do not use --local to force binding to one specific address only") },
{ Value, { Value,
"dev", "dev",
"tun0", "tun0",