summaryrefslogtreecommitdiff
path: root/app/src/custom/assets/ptdemo.bitmask.eip-service.json
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/custom/assets/ptdemo.bitmask.eip-service.json')
-rw-r--r--app/src/custom/assets/ptdemo.bitmask.eip-service.json99
1 files changed, 49 insertions, 50 deletions
diff --git a/app/src/custom/assets/ptdemo.bitmask.eip-service.json b/app/src/custom/assets/ptdemo.bitmask.eip-service.json
index 60635ff6..66148c31 100644
--- a/app/src/custom/assets/ptdemo.bitmask.eip-service.json
+++ b/app/src/custom/assets/ptdemo.bitmask.eip-service.json
@@ -1,64 +1,63 @@
{
- "gateways":[
+ "serial": 3,
+ "version": 3,
+ "locations": {
+ "Amsterdam": {
+ "name": "Amsterdam",
+ "country_code": "NL",
+ "hemisphere": "N",
+ "timezone": "-1"
+ }
+ },
+ "gateways": [
{
- "capabilities":{
- "adblock":false,
- "filter_dns":false,
- "limited":false,
- "transport":[
+ "host": "pt.demo.bitmask.net",
+ "ip_address": "37.218.247.60",
+ "location": "Amsterdam",
+ "capabilities": {
+ "adblock": false,
+ "filter_dns": false,
+ "limited": false,
+ "transport": [
{
- "type":"obfs4",
- "protocols":[
+ "type": "openvpn",
+ "protocols": [
"tcp"
],
- "ports":[
- "23042"
- ],
- "options": {
- "cert": "ivF1AFjQupVhFHn7koBPb9lBZJbc+RW/ArzR94hT0SRg3lWSk/mXHHiDQ/tYaT+zgxr1dQ",
- "iat-mode": "0"
- }
+ "ports": [
+ "443"
+ ]
},
{
- "type":"openvpn",
- "protocols":[
+ "type": "obfs4",
+ "protocols": [
"tcp"
],
- "ports":[
- "443"
+ "options": {
+ "cert": "gZlp9k6br2vn2MLnmjXpNh8D/CrR5wtackwZof/iICv1QzPwkkTUa+7JVOKtPiD0NFwCMw",
+ "iat-mode": "0"
+ },
+ "ports": [
+ "23042"
]
}
- ],
- "user_ips":false
- },
- "host":"pt.demo.bitmask.net",
- "ip_address":"37.218.247.60",
- "location":"Amsterdam"
+ ]
+ }
}
],
- "locations":{
- "Amsterdam":{
- "country_code":"NL",
- "hemisphere":"N",
- "name":"Amsterdam",
- "timezone":"-1"
- }
- },
- "openvpn_configuration":{
- "auth":"SHA1",
- "cipher":"AES-128-CBC",
- "keepalive":"10 30",
- "tls-cipher":"DHE-RSA-AES128-SHA",
- "tun-ipv6":true,
- "dev" : "tun",
- "sndbuf" : "0",
- "rcvbuf" : "0",
- "nobind" : true,
- "persist-key" : true,
- "comp-lzo" : false,
- "key-direction" : "1",
- "verb" : "3"
- },
- "serial":3,
- "version":3
+
+ "openvpn_configuration": {
+ "auth": "SHA1",
+ "cipher": "AES-256-CBC",
+ "dev": "tun",
+ "keepalive": "10 30",
+ "key-direction": 1,
+ "nobind": true,
+ "persist-key": true,
+ "rcvbuf": 0,
+ "sndbuf": 0,
+ "tls-cipher": "DHE-RSA-AES128-SHA",
+ "tun-ipv6": true,
+ "verb": 3
+ }
} \ No newline at end of file