summaryrefslogtreecommitdiff
path: root/provider_base/services/openvpn.json
blob: 71d1d2c7d96d74b6a23b5ef4a0adea6862cea9df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "service_type": "user_service",
  "x509": {
    "use": true
  },
  "openvpn": {
    "location": "Location Unknown",
    "ports": ["80", "443", "53", "1194"],
    "protocols": ["tcp", "udp"],
    "filter_dns": false,
    "adblock": false,
    "user_ips": false,
    "ca_crt": "= file :ca_cert, :missing => 'Certificate Authority. Run `leap init-ca`'",
    "ca_key": "= file :ca_key, :missing => 'Certificate Authority. Run `leap init-ca`'",
    "dh": "= file :dh_params, :missing => 'Diffie-Hellman parameters. Run `leap init-dh`'"
  }
}