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
 # Log
36
 # Log
37
 verb 1
37
 verb 1
38
 mute 20
38
 mute 20
39
-status /var/vpn/status-${name}
39
+status /var/log/openvpn-status-${name}
40
 log-append /var/log/openvpn-${name}.log
40
 log-append /var/log/openvpn-${name}.log

+ 1
- 1
vpngen/vpngen.json View File

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

Loading…
Cancel
Save