Skip to content

Commit 2444767

Browse files
committed
🔊 Add query log to STDOUT
1 parent e916a52 commit 2444767

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

template.yaml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,20 @@ users:
22
- name: ADMIN_USERNAME
33
password: ADMIN_PASSWORD_ENCRYPTED
44
dns:
5-
bind_host: 0.0.0.0
65
blocking_mode: nxdomain
76
upstream_dns:
87
- "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`
8+
upstream_dns_file: ""
9+
bootstrap_dns:
10+
- "UPSTREAM_DNS"
11+
querylog:
12+
enabled: true
1013
filters:
1114
user_rules:
1215
- FILTER_DENY
1316
- 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

Comments
 (0)