luci-app-openvpn: Add multihome boolean.
Helps when you have multiple IP(v4|v6) Signed-off-by: Paul Donald <newtwen@gmail.com>
This commit is contained in:
parent
e7650bb86a
commit
a5ed5976f4
1 changed files with 4 additions and 0 deletions
|
@ -195,6 +195,10 @@ local knownParams = {
|
|||
"nobind",
|
||||
0,
|
||||
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,
|
||||
"dev",
|
||||
"tun0",
|
||||
|
|
Loading…
Reference in a new issue