summaryrefslogtreecommitdiff
path: root/app/src/test/resources/eip-service-four-gateways.json
blob: a3395b72c6536635fb6f14d6b0f677ce7a0b5240 (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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
  "gateways": [
    {
      "capabilities": {
        "adblock": false,
        "filter_dns": false,
        "limited": false,
        "ports": [
          "443"
        ],
        "protocols": [
          "tcp",
          "udp"
        ],
        "transport": [
          "openvpn"
        ],
        "user_ips": false
      },
      "host": "millipede.demo.bitmask.net",
      "ip_address": "198.252.153.84",
      "location": "seattle__wa"
    },
    {
      "capabilities": {
        "adblock": false,
        "filter_dns": false,
        "limited": false,
        "ports": [
          "443"
        ],
        "protocols": [
          "tcp",
          "udp"
        ],
        "transport": [
          "openvpn"
        ],
        "user_ips": false
      },
      "host": "otter.demo.bitmask.net",
      "ip_address": "46.165.242.169",
      "location": "frankfurt"
    },
    {
      "capabilities": {
        "adblock": false,
        "filter_dns": false,
        "limited": false,
        "ports": [
          "443"
        ],
        "protocols": [
          "tcp",
          "udp"
        ],
        "transport": [
          "openvpn"
        ],
        "user_ips": false
      },
      "host": "orca.demo.bitmask.net",
      "ip_address": "46.172.242.101",
      "location": "moscow"
    },
    {
      "capabilities": {
        "adblock": false,
        "filter_dns": false,
        "limited": false,
        "ports": [
          "443"
        ],
        "protocols": [
          "tcp",
          "udp"
        ],
        "transport": [
          "openvpn"
        ],
        "user_ips": false
      },
      "host": "duck.demo.bitmask.net",
      "ip_address": "104.165.142.132",
      "location": "manila"
    }
  ],
  "locations": {
    "seattle__wa": {
      "country_code": "US",
      "hemisphere": "N",
      "name": "Seattle, WA",
      "timezone": "-7"
    },
    "frankfurt": {
      "country_code": "DE",
      "hemisphere": "N",
      "name": "Frankfurt",
      "timezone": "+1"
    },
    "moscow": {
      "country_code": "RU",
      "hemisphere": "N",
      "name": "Moscow",
      "timezone": "+3"
    },
    "manila": {
      "country_code": "PH",
      "hemisphere": "N",
      "name": "Manila",
      "timezone": "+8"
    }
  },
  "openvpn_configuration": {
    "auth": "SHA1",
    "cipher": "AES-128-CBC",
    "keepalive": "10 30",
    "tls-cipher": "DHE-RSA-AES128-SHA",
    "tun-ipv6": true
  },
  "serial": 1,
  "version": 1
}