summaryrefslogtreecommitdiff
path: root/src/leap/crypto/tests/eip-service.json
blob: 24df42a23ea1e63b24d5bcb16f196f3d14e316c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
  "gateways": [
    {
      "capabilities": {
        "adblock": false, 
        "filter_dns": false, 
        "limited": true, 
        "ports": [
          "1194", 
          "443", 
          "53", 
          "80"
        ], 
        "protocols": [
          "tcp", 
          "udp"
        ], 
        "transport": [
          "openvpn"
        ], 
        "user_ips": false
      }, 
      "host": "harrier.cdev.bitmask.net", 
      "ip_address": "199.254.238.50", 
      "location": "seattle__wa"
    }
  ], 
  "locations": {
    "seattle__wa": {
      "country_code": "US", 
      "hemisphere": "N", 
      "name": "Seattle, WA", 
      "timezone": "-7"
    }
  }, 
  "openvpn_configuration": {
    "auth": "SHA1", 
    "cipher": "AES-128-CBC", 
    "tls-cipher": "DHE-RSA-AES128-SHA"
  }, 
  "serial": 1, 
  "version": 1
}