diff options
author | cyberta <cyberta@riseup.net> | 2017-10-13 11:34:42 +0000 |
---|---|---|
committer | cyberta <cyberta@riseup.net> | 2017-10-13 11:34:42 +0000 |
commit | ef91d9235cccbd4dcd9e120c8fff910e0d448022 (patch) | |
tree | 88b00bcb87c116190e45f1045c22952fb0ee4991 /app/src/test/resources/eip-service-one-gateway.json | |
parent | ef98b18734c25da77abe4f0067635cf795218c65 (diff) | |
parent | 97ff21c74619269a8c7dc9d8ff1485200db58d8c (diff) |
Merge branch '8758_switch_providers' into 'master'
#8758 fix switching providers
See merge request leap/bitmask_android!11
Diffstat (limited to 'app/src/test/resources/eip-service-one-gateway.json')
-rw-r--r-- | app/src/test/resources/eip-service-one-gateway.json | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/app/src/test/resources/eip-service-one-gateway.json b/app/src/test/resources/eip-service-one-gateway.json new file mode 100644 index 00000000..adf4ba18 --- /dev/null +++ b/app/src/test/resources/eip-service-one-gateway.json @@ -0,0 +1,42 @@ +{ + "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" + } + ], + "locations": { + "seattle__wa": { + "country_code": "US", + "hemisphere": "N", + "name": "Seattle, WA", + "timezone": "-7" + } + }, + "openvpn_configuration": { + "auth": "SHA1", + "cipher": "AES-128-CBC", + "keepalive": "10 30", + "tls-cipher": "DHE-RSA-AES128-SHA", + "tun-ipv6": true + }, + "serial": 1, + "version": 1 +}
\ No newline at end of file |