summaryrefslogtreecommitdiff
path: root/app/src/test/resources/decoupled_pt_portHopping.eip-service.json
blob: a95044548b6b104f48e4f9424c5d3cb9865f8463 (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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
  "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":"CERT",
              "iatMode":"0"
            },
            "ports":[
              "443"
            ],
            "protocols":[
              "tcp"
            ],
            "type":"obfs4"
          }
        ]
      },
      "host":"bridge-nyc1-01.bitmask-dev.leapvpn.net",
      "ip_address":"104.248.232.240",
      "location":"NYC"
    },
    {
      "capabilities":{
        "adblock":false,
        "filter_dns":false,
        "limited":false,
        "transport":[
          {
            "options":{
              "cert":"CERT",
              "experimental":true,
              "iatMode":"0",
              "port_count":100,
              "port_seed":0
            },
            "ports":[

            ],
            "protocols":[
              "tcp"
            ],
            "type":"obfs4-hop"
          }
        ]
      },
      "host":"bridge-nyc1-02.bitmask-dev.leapvpn.net",
      "ip_address":"192.81.208.164",
      "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
}