mirror of
https://github.com/Ysurac/openmptcprouter-vps-admin.git
synced 2025-03-09 15:40:05 +00:00
Fix
This commit is contained in:
parent
f408dfb7e7
commit
db77dc0508
1 changed files with 4 additions and 1 deletions
|
@ -1287,7 +1287,10 @@ async def config(userid: Optional[int] = Query(None), serial: Optional[str] = Qu
|
|||
mlvpn_timeout = mlvpn_config.get('general', 'timeout')
|
||||
mlvpn_reorder_buffer_size = mlvpn_config.get('general', 'reorder_buffer_size')
|
||||
mlvpn_loss_tolerence = mlvpn_config.get('general', 'loss_tolerence')
|
||||
if mlvpn_config.has_option('general', 'cleartext_data'):
|
||||
mlvpn_cleartext_data = mlvpn_config.get('general', 'cleartext_data')
|
||||
else:
|
||||
mlvpn_cleartext_data = ''
|
||||
available_vpn.append("mlvpn")
|
||||
else:
|
||||
mlvpn_key = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue