You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

vpngen.json 582B

123456789101112131415161718192021222324252627282930
  1. {
  2. "vpnPrefix": "vpn_",
  3. "vpnSuffix": "",
  4. "clientPrefix": "",
  5. "clientSuffix": "",
  6. "defaultConfigPath": "/etc/vpngen/default",
  7. "ovpnConfigPath": "/etc/openvpn",
  8. "defaults": {
  9. "port": "4242",
  10. "hostname": "vpn.example.com",
  11. "net": "10.0.0.0",
  12. "mask": "255.255.255.0",
  13. "dev": "tap",
  14. "user": "root",
  15. "group": "root",
  16. "KEY_COUNTRY": "COUNTRY",
  17. "KEY_PROVINCE": "state",
  18. "KEY_CITY": "City",
  19. "KEY_ORG": "example",
  20. "KEY_EMAIL": "root@example.com",
  21. "KEY_SIZE": "1024",
  22. "CA_EXPIRE": "3650",
  23. "KEY_EXPIRE": "3650"
  24. }
  25. }