summaryrefslogtreecommitdiff
path: root/nodes/spicebush.json
blob: bf55d9d1285ebb0ee7876f4e9848217644cd9d91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
  "ip_address": "1.0.0.0",
  "services": "static",
  "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": ""
  }
}