We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e916a52 commit 2444767Copy full SHA for 2444767
template.yaml
@@ -2,12 +2,20 @@ users:
2
- name: ADMIN_USERNAME
3
password: ADMIN_PASSWORD_ENCRYPTED
4
dns:
5
- bind_host: 0.0.0.0
6
blocking_mode: nxdomain
7
upstream_dns:
8
- "UPSTREAM_DNS"
9
- bootstrap_dns: "UPSTREAM_DNS" # this is the correct way to specify this despite the error `unmarshal !!str `8.8.8.8` into []string`
+ upstream_dns_file: ""
+ bootstrap_dns:
10
+ - "UPSTREAM_DNS"
11
+querylog:
12
+ enabled: true
13
filters:
14
user_rules:
15
- FILTER_DENY
16
- FILTER_ALLOW
17
+log:
18
+ verbose: true
19
+# Note that because we are only providing a partial config file we need the
20
+# `schema_version` key or the full set of YAML migrations will get run.
21
+schema_version: 24
0 commit comments