mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Save TOS config in openvpn client
This commit is contained in:
parent
3211dcb6ed
commit
e067306d88
@ -224,6 +224,7 @@ if ($_POST) {
|
||||
$client['tunnel_network'] = $pconfig['tunnel_network'];
|
||||
$client['remote_network'] = $pconfig['remote_network'];
|
||||
$client['compression'] = $pconfig['compression'];
|
||||
$client['passtos'] = $pconfig['passtos'];
|
||||
|
||||
if (isset($id) && $a_client[$id])
|
||||
$a_client[$id] = $client;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user