diff options
author | varac <varacanero@zeromail.org> | 2015-10-12 11:50:18 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2015-10-12 11:50:18 +0200 |
commit | 265b8c7b85d693bd3d07f4e2a6a10b0fc5f8add6 (patch) | |
tree | bc5984fe77d1f24db3cfaf27eee22df3235de59e /nodes | |
parent | 0012f53720e0bef256b0faf9d33d310175ad8117 (diff) |
remove local nodes so everybody can use their own
Diffstat (limited to 'nodes')
-rw-r--r-- | nodes/couch1.json | 7 | ||||
-rw-r--r-- | nodes/couch2.json | 7 | ||||
-rw-r--r-- | nodes/mx1.json | 4 | ||||
-rw-r--r-- | nodes/plain1.json | 3 | ||||
-rw-r--r-- | nodes/tor1.json | 4 | ||||
-rw-r--r-- | nodes/vpn1.json | 10 | ||||
-rw-r--r-- | nodes/web1.json | 4 |
7 files changed, 0 insertions, 39 deletions
diff --git a/nodes/couch1.json b/nodes/couch1.json deleted file mode 100644 index e340357..0000000 --- a/nodes/couch1.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "services": [ - "couchdb", - "soledad" - ], - "ip_address": "10.5.5.44" -} diff --git a/nodes/couch2.json b/nodes/couch2.json deleted file mode 100644 index 83c564d..0000000 --- a/nodes/couch2.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "services": [ - "couchdb", - "soledad" - ], - "ip_address": "10.5.5.52" -} diff --git a/nodes/mx1.json b/nodes/mx1.json deleted file mode 100644 index ffd6149..0000000 --- a/nodes/mx1.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "services": "mx", - "ip_address": "10.5.5.51" -} diff --git a/nodes/plain1.json b/nodes/plain1.json deleted file mode 100644 index b0e3e69..0000000 --- a/nodes/plain1.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "ip_address": "10.5.5.53" -} diff --git a/nodes/tor1.json b/nodes/tor1.json deleted file mode 100644 index 0e97fd9..0000000 --- a/nodes/tor1.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "ip_address": "10.5.5.50", - "services": "tor" -} diff --git a/nodes/vpn1.json b/nodes/vpn1.json deleted file mode 100644 index c6e3932..0000000 --- a/nodes/vpn1.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "services": "openvpn", - "ip_address": "10.5.5.45", - "openvpn": { - "gateway_address": "10.5.5.46", - "free_gateway_address": "10.5.5.47", - "allow_free": true, - "filter_dns": true - } -} diff --git a/nodes/web1.json b/nodes/web1.json deleted file mode 100644 index 0e12ed3..0000000 --- a/nodes/web1.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "services": [ "webapp", "monitor" ], - "ip_address": "10.5.5.47" -} |