diff options
author | elijah <elijah@riseup.net> | 2012-10-10 00:09:31 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2012-10-10 00:09:31 -0700 |
commit | 47062a50e9bba238191838a6625b81793afa8472 (patch) | |
tree | b4b9603f37ba79c522edcc7193cc8e360c36f442 /test/provider/nodes/vpn1.json | |
parent | 2a4dffe29da16dec1147a7f20715a1fa657368ac (diff) |
hierarchical yaml output.
Diffstat (limited to 'test/provider/nodes/vpn1.json')
-rw-r--r-- | test/provider/nodes/vpn1.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/provider/nodes/vpn1.json b/test/provider/nodes/vpn1.json index 10859ac..1c58a1b 100644 --- a/test/provider/nodes/vpn1.json +++ b/test/provider/nodes/vpn1.json @@ -3,6 +3,7 @@ "ip_address": "2.2.2.2", "tags": "production", "openvpn": { - "gateway_address": "3.3.3.3" + "gateway_address": "3.3.3.3", + "filter_dns": true } }
\ No newline at end of file |