We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af7b3bc commit 7d3bd42Copy full SHA for 7d3bd42
root/defaults/openvpn/system-server.conf
@@ -13,6 +13,9 @@ client-disconnect "/usr/local/bin/run_hooks client-disconnect"
13
learn-address "/usr/local/bin/run_hooks learn-address"
14
tls-verify "/usr/local/bin/run_hooks tls-verify"
15
16
+# Temporary dir
17
+tmp-dir /config/tmp
18
+
19
# Client config directory
20
client-config-dir /config/openvpn/ccd
21
root/defaults/openvpn/system.conf
@@ -20,9 +20,6 @@ up "/usr/local/bin/run_hooks up"
down-pre
down "/usr/local/bin/run_hooks down"
22
23
-# Temporary dir
24
-tmp-dir /config/tmp
25
-
26
# Logging
27
verb 1
28
mute 100
0 commit comments