summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2016-10-25 21:36:30 -0400
committerMicah Anderson <micah@riseup.net>2016-10-25 21:36:30 -0400
commit76ef926486c36f222f7a39e3ff3d6ada76ff1276 (patch)
treea11aead7c8df8568452a4fab592774672354ca8e
parentc7f6ac1d009ad9b6c27bad89dd3e3836bc6dae0f (diff)
disable, static node
-rw-r--r--nodes/spicebush.json27
1 files changed, 24 insertions, 3 deletions
diff --git a/nodes/spicebush.json b/nodes/spicebush.json
index 9468100..92f808c 100644
--- a/nodes/spicebush.json
+++ b/nodes/spicebush.json
@@ -1,8 +1,29 @@
{
- "ip_address": "54.71.1.247",
+ "ip_address": "0.0.0.0",
"services": "static",
- "tags": "upgrade",
+ "static": {
+ "domains": {
+ "example.org": {
+ "ca_cert": "= file('cert/commercial_ca.crt')",
+ "cert": "= file('cert/lut.bitmask.net.crt')",
+ "key": "= file('cert/lut.bitmask.net.key')",
+ "locations": {
+ "front": {
+ "format": "amber",
+ "path": "/",
+ "source": {
+ "repo": "https://leap.se/git/bitmask_help",
+ "revision": "origin/master",
+ "type": "git"
+ }
+ }
+ },
+ "tls_only": true
+ }
+ }
+ },
+ "tags": "disabled",
"vm": {
- "id": "i-579db64f"
+ "id": ""
}
}