Browse Source

fixed default configs

master
Robin Thoni 8 years ago
parent
commit
a29b37f7c5
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      vpngen/default.conf
  2. 1
    1
      vpngen/vpngen.json

+ 1
- 1
vpngen/default.conf View File

@@ -36,5 +36,5 @@ comp-lzo
36 36
 # Log
37 37
 verb 1
38 38
 mute 20
39
-status /var/vpn/status-${name}
39
+status /var/log/openvpn-status-${name}
40 40
 log-append /var/log/openvpn-${name}.log

+ 1
- 1
vpngen/vpngen.json View File

@@ -1,5 +1,5 @@
1 1
 {
2
-  "vpnPrefix": "vpn_",
2
+  "vpnPrefix": "vpn-",
3 3
   "vpnSuffix": "",
4 4
 
5 5
   "clientPrefix": "",

Loading…
Cancel
Save