mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-19 02:54:38 +00:00
VPN: OpenVPN: Client Export - typo in legacy export. ref https://forum.opnsense.org/index.php?topic=35229.msg170912
This commit is contained in:
parent
049fca58fe
commit
48462b4dfd
@ -307,7 +307,7 @@ class OpenVPN extends BaseModel
|
||||
'topology_subnet' => (string)$item->topology_subnet,
|
||||
'local_port' => (string)$item->local_port,
|
||||
'protocol' => (string)$item->protocol,
|
||||
'mode' => (string)$item->local_port,
|
||||
'mode' => (string)$item->mode,
|
||||
'reneg-sec' => (string)$item->{'reneg-sec'},
|
||||
'tls' => (string)$item->tls,
|
||||
'tlsmode' => (string)$item->tlsmode,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user