From 76ef926486c36f222f7a39e3ff3d6ada76ff1276 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Tue, 25 Oct 2016 21:36:30 -0400 Subject: disable, static node --- nodes/spicebush.json | 27 ++++++++++++++++++++++++--- 1 file 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": "" } } -- cgit v1.2.3