File tree Expand file tree Collapse file tree
netjsonconfig/backends/openvpn Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -163,14 +163,14 @@ Required properties:
163163+--------------------------+---------+--------------+-------------------------------------------------------------+
164164| ``float `` | boolean | ``False `` | |
165165+--------------------------+---------+--------------+-------------------------------------------------------------+
166+ | ``auth_nocache `` | boolean | ``False `` | |
167+ +--------------------------+---------+--------------+-------------------------------------------------------------+
166168| ``fast_io `` | boolean | ``False `` | |
167169+--------------------------+---------+--------------+-------------------------------------------------------------+
168170| ``log `` | string | | filesystem path |
169171+--------------------------+---------+--------------+-------------------------------------------------------------+
170172| ``verb `` | integer | ``1 `` | from ``0 `` (disabled) to ``11 `` (very verbose) |
171173+--------------------------+---------+--------------+-------------------------------------------------------------+
172- | ``auth_nocache `` | boolean | ``False `` | |
173- +--------------------------+---------+--------------+-------------------------------------------------------------+
174174
175175Client specific settings
176176~~~~~~~~~~~~~~~~~~~~~~~~
Original file line number Diff line number Diff line change 404404 "format" : "checkbox" ,
405405 "propertyOrder" : 43 ,
406406 },
407+ "auth_nocache" : {
408+ "title" : "auth nocache" ,
409+ "description" : (
410+ "Immediately forget username/password"
411+ "inputs after they are used"
412+ ),
413+ "type" : "boolean" ,
414+ "default" : False ,
415+ "format" : "checkbox" ,
416+ "propertyOrder" : 49 ,
417+ },
407418 "fast_io" : {
408419 "title" : "fast IO" ,
409420 "description" : "(Experimental) Optimize TUN/TAP/UDP I/O writes by avoiding a "
445456 "description" : "Set output verbosity for logging and debugging" ,
446457 "propertyOrder" : 52 ,
447458 },
448- "auth_nocache" : {
449- "title" : "auth nocache" ,
450- "description" : (
451- "Cause OpenVPN to immediately forget username/password"
452- "inputs after they are used"
453- ),
454- "type" : "boolean" ,
455- "default" : False ,
456- "format" : "checkbox" ,
457- "propertyOrder" : 53 ,
458- },
459459 },
460460 },
461461 "client" : {
You can’t perform that action at this time.
0 commit comments