summaryrefslogtreecommitdiff
path: root/app/src/custom
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2019-06-27 17:15:49 +0200
committercyBerta <cyberta@riseup.net>2019-08-02 01:49:37 +0200
commit8b890c1d4e546c613e0eec732ccc52964e0eecc7 (patch)
tree8d58a246b2db784501e37dc6a4db77ed0419a511 /app/src/custom
parentbdea6b5469d6a3a136e6a847d1097fbd56ee1053 (diff)
* update eip-service.json for pluggable transports demo setup: riseup's openvpn doesn't support compreesion
* write readme how to test obfs and plain openvpn connections
Diffstat (limited to 'app/src/custom')
-rw-r--r--app/src/custom/assets/README_OBFS_OPENVPN_CONF.txt8
-rw-r--r--app/src/custom/assets/ptdemo.bitmask.eip-service.json6
2 files changed, 11 insertions, 3 deletions
diff --git a/app/src/custom/assets/README_OBFS_OPENVPN_CONF.txt b/app/src/custom/assets/README_OBFS_OPENVPN_CONF.txt
new file mode 100644
index 00000000..5bc39576
--- /dev/null
+++ b/app/src/custom/assets/README_OBFS_OPENVPN_CONF.txt
@@ -0,0 +1,8 @@
+obfs proxy is currently running on
+"37.218.247.60"
+
+the openvpn is running on
+"5.79.86.180"
+
+When testing either an obfuscated or a plain openvpn connection you
+need to switch the ips in "ptdemo.bitmask.eip-service.json" \ No newline at end of file
diff --git a/app/src/custom/assets/ptdemo.bitmask.eip-service.json b/app/src/custom/assets/ptdemo.bitmask.eip-service.json
index 590652d3..f1b01fe0 100644
--- a/app/src/custom/assets/ptdemo.bitmask.eip-service.json
+++ b/app/src/custom/assets/ptdemo.bitmask.eip-service.json
@@ -25,14 +25,14 @@
"tcp"
],
"ports":[
- "1195"
+ "443"
]
}
],
"user_ips":false
},
"host":"pt.demo.bitmask.net",
- "ip_address":"37.218.247.60",
+ "ip_address":"5.79.86.180",
"location":"Amsterdam"
}
],
@@ -55,7 +55,7 @@
"rcvbuf" : "0",
"nobind" : true,
"persist-key" : true,
- "comp-lzo" : true,
+ "comp-lzo" : false,
"key-direction" : "1",
"verb" : "3"
},