mirror of https://github.com/openwrt/luci.git
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
parent
e7650bb86a
commit
a5ed5976f4
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue