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 614B

12345678910111213141516171819202122232425262728293031
  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. "mac": "16:99:45:00:00:00",
  14. "dev": "tap",
  15. "user": "root",
  16. "group": "root",
  17. "KEY_COUNTRY": "COUNTRY",
  18. "KEY_PROVINCE": "state",
  19. "KEY_CITY": "City",
  20. "KEY_ORG": "example",
  21. "KEY_EMAIL": "root@example.com",
  22. "KEY_SIZE": "1024",
  23. "CA_EXPIRE": "3650",
  24. "KEY_EXPIRE": "3650"
  25. }
  26. }