summaryrefslogtreecommitdiff
path: root/app/src/test/resources/decoupled_pt.eip-service.json
blob: 62dd0cf2576c6196f66481160b65f8e7d995dbdf (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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
  "gateways":[
    {
      "capabilities":{
        "adblock":false,
        "filter_dns":false,
        "limited":false,
        "transport":[
          {
            "ports":[
              "53",
              "80",
              "1194"
            ],
            "protocols":[
              "tcp",
              "udp"
            ],
            "type":"openvpn"
          }
        ]
      },
      "host":"gateway-nyc1-01.bitmask-dev.leapvpn.net",
      "ip_address":"67.205.131.206",
      "location":"NYC"
    },
    {
      "capabilities":{
        "adblock":false,
        "filter_dns":false,
        "limited":false,
        "transport":[
          {
            "options":{
              "cert":"pIp+etK+ud3aKAa3Uujbc3q3kwQOBQgW1UUIXXkeQ+i24WFnSzTT1Q69F0x8EXpcq5jyGg",
              "iatMode":"0"
            },
            "ports":[
              "443"
            ],
            "protocols":[
              "tcp"
            ],
            "type":"obfs4"
          }
        ]
      },
      "host":"bridge-nyc1-01.bitmask-dev.leapvpn.net",
      "ip_address":"104.248.232.240",
      "location":"NYC"
    }
  ],
  "locations":{
    "NYC":{
      "country_code":"US",
      "hemisphere":"N",
      "name":"New York City",
      "timezone":"-4"
    }
  },
  "openvpn_configuration":{
    "auth":"SHA512",
    "cipher":"AES-256-GCM",
    "data-ciphers":"AES-256-GCM",
    "dev":"tun",
    "float":"",
    "keepalive":"10 30",
    "key-direction":"1",
    "nobind":true,
    "persist-key":true,
    "rcvbuf":"0",
    "sndbuf":"0",
    "tls-cipher":"TLS-ECDHE-ECDSA-WITH-AES-256-GCM-SHA384",
    "tls-version-min":"1.2",
    "verb":"3"
  },
  "serial":3,
  "version":3
}