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

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