summaryrefslogtreecommitdiff
path: root/config/demo.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'config/demo.yaml')
-rw-r--r--config/demo.yaml33
1 files changed, 33 insertions, 0 deletions
diff --git a/config/demo.yaml b/config/demo.yaml
new file mode 100644
index 0000000..5743304
--- /dev/null
+++ b/config/demo.yaml
@@ -0,0 +1,33 @@
+openvpn:
+
+ - auth: SHA1
+ - cipher: AES-256-CBC
+ - keepalive: "10 30"
+ - tls-cipher: DHE-RSA-AES128-SHA
+ - tun-ipv6: true
+ - dev: tun
+ - sndbuf: 0
+ - rcvbuf: 0
+ - nobind: true
+ - persist-key: true
+ - key-direction: 1
+ - verb: 3
+
+locations:
+
+ - Amsterdam:
+ - name: Amsterdam
+ - country_code: NL
+ - hemisphere: N
+ - timezone: -1
+
+
+gateways:
+
+ - pt.demo.bitmask.net:
+ - host: pt.demo.bitmask.net
+ - ip_address: 37.218.247.60
+ - location: Amsterdam
+ - transports:
+ - [ "openvpn", "tcp", "443"]
+ - [ "obfs4", "tcp", "23042"]