summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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": ""
}
}