summaryrefslogtreecommitdiff
path: root/nodes/vpn1.json
diff options
context:
space:
mode:
Diffstat (limited to 'nodes/vpn1.json')
-rw-r--r--nodes/vpn1.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/nodes/vpn1.json b/nodes/vpn1.json
new file mode 100644
index 0000000..12e01d6
--- /dev/null
+++ b/nodes/vpn1.json
@@ -0,0 +1,9 @@
+{
+ "services": "openvpn",
+ "ip_address": "10.5.5.45",
+ "interface": "eth0",
+ "openvpn": {
+ "gateway_address": "10.5.5.46",
+ "filter_dns": true
+ }
+}