summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se (leap communications)>2019-07-08 18:27:11 +0200
committerKali Kaneko <kali@leap.se (leap communications)>2019-07-08 18:27:11 +0200
commit8d1f2ceadac382c6ea42ee3e29633cf99de1a58d (patch)
treeb3b32da98ea2c27aa58fa17bf0a596bf5714b477 /config
parent638ff1ddac9d45ad442e78bd698a39fa3469eb6d (diff)
generate eip-service.json
Diffstat (limited to 'config')
-rw-r--r--config/.demo.yaml.swpbin0 -> 12288 bytes
-rw-r--r--config/demo.yaml33
2 files changed, 33 insertions, 0 deletions
diff --git a/config/.demo.yaml.swp b/config/.demo.yaml.swp
new file mode 100644
index 0000000..b673bd7
--- /dev/null
+++ b/config/.demo.yaml.swp
Binary files differ
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"]