diff options
author | Micah Anderson <micah@riseup.net> | 2013-05-02 14:37:04 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2013-05-02 14:37:04 -0400 |
commit | f741a39f960fc2f0fab042f65d7cb12eb7aa31f6 (patch) | |
tree | 531d76aae27d19eda9a9d2db20380b7c3f950646 /nodes/vpn1.json | |
parent | 3fbf0988e9d9addb2286a4f94f6e21403636f4c8 (diff) |
remove interface json key, this is determined automatically now
Diffstat (limited to 'nodes/vpn1.json')
-rw-r--r-- | nodes/vpn1.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nodes/vpn1.json b/nodes/vpn1.json index 5386ac5..c6e3932 100644 --- a/nodes/vpn1.json +++ b/nodes/vpn1.json @@ -1,7 +1,6 @@ { "services": "openvpn", "ip_address": "10.5.5.45", - "interface": "eth0", "openvpn": { "gateway_address": "10.5.5.46", "free_gateway_address": "10.5.5.47", |