Skip to content

Commit

Permalink
🔊 Add query log to STDOUT
Browse files Browse the repository at this point in the history
  • Loading branch information
jemrobinson committed Aug 21, 2023
1 parent e916a52 commit 2444767
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,20 @@ users:
- name: ADMIN_USERNAME
password: ADMIN_PASSWORD_ENCRYPTED
dns:
bind_host: 0.0.0.0
blocking_mode: nxdomain
upstream_dns:
- "UPSTREAM_DNS"
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:
- "UPSTREAM_DNS"
querylog:
enabled: true
filters:
user_rules:
- FILTER_DENY
- FILTER_ALLOW
log:
verbose: true
# Note that because we are only providing a partial config file we need the
# `schema_version` key or the full set of YAML migrations will get run.
schema_version: 24

0 comments on commit 2444767

Please sign in to comment.