Do not keep auth in memory, only on disk
This commit is contained in:
@@ -47,6 +47,7 @@ func (c *configurator) BuildConf(connections []models.OpenVPNConnection, verbosi
|
|||||||
|
|
||||||
// Added constant values
|
// Added constant values
|
||||||
"mute-replay-warnings",
|
"mute-replay-warnings",
|
||||||
|
"auth-nocache",
|
||||||
"user nonrootuser",
|
"user nonrootuser",
|
||||||
"pull-filter ignore \"auth-token\"", // prevent auth failed loops
|
"pull-filter ignore \"auth-token\"", // prevent auth failed loops
|
||||||
"auth-retry nointeract",
|
"auth-retry nointeract",
|
||||||
|
|||||||
@@ -81,6 +81,7 @@ func (c *configurator) BuildConf(connections []models.OpenVPNConnection, encrypt
|
|||||||
|
|
||||||
// Added constant values
|
// Added constant values
|
||||||
"tun-ipv6",
|
"tun-ipv6",
|
||||||
|
"auth-nocache",
|
||||||
"mute-replay-warnings",
|
"mute-replay-warnings",
|
||||||
"user nonrootuser",
|
"user nonrootuser",
|
||||||
"pull-filter ignore \"auth-token\"", // prevent auth failed loops
|
"pull-filter ignore \"auth-token\"", // prevent auth failed loops
|
||||||
|
|||||||
Reference in New Issue
Block a user