diff options
author | cyBerta <cyberta@riseup.net> | 2019-09-30 23:10:01 +0200 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2019-09-30 23:10:01 +0200 |
commit | 685da193ea29f3e7a8a42d55747dfb2f956f23b6 (patch) | |
tree | 30c580e413832d420bf83f194b53321d48dab34b /app/src/custom/assets/ptdemo.bitmask.eip-service.json | |
parent | dcae74f0e79c02e996a5ad0644349b92ad5caeb8 (diff) |
remove hard coded demo setup, use real pt.demo.bitmask.net demo provider
Diffstat (limited to 'app/src/custom/assets/ptdemo.bitmask.eip-service.json')
-rw-r--r-- | app/src/custom/assets/ptdemo.bitmask.eip-service.json | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/app/src/custom/assets/ptdemo.bitmask.eip-service.json b/app/src/custom/assets/ptdemo.bitmask.eip-service.json deleted file mode 100644 index d804d032..00000000 --- a/app/src/custom/assets/ptdemo.bitmask.eip-service.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "serial": 3, - "version": 3, - "locations": { - "Amsterdam": { - "name": "Amsterdam", - "country_code": "NL", - "hemisphere": "N", - "timezone": "-1" - } - }, - "gateways": [ - { - "host": "pt.demo.bitmask.net", - "ip_address": "37.218.247.60", - "location": "Amsterdam", - "capabilities": { - "adblock": false, - "filter_dns": false, - "limited": false, - "transport": [ - {"type": "openvpn", - "protocols": ["tcp"], - "ports": ["443"] - }, - {"type": "obfs4", - "protocols": ["tcp"], - "options": {"cert": "gZlp9k6br2vn2MLnmjXpNh8D/CrR5wtackwZof/iICv1QzPwkkTUa+7JVOKtPiD0NFwCMw", "iat-mode": "0"}, - "ports": ["23042"] - } - ] - } - } - ], - "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 |