File: default

package info (click to toggle)
dnss 0.0~git20180721.0.2de63ab0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 232 kB
  • sloc: sh: 246; makefile: 5
file content (11 lines) | stat: -rw-r--r-- 590 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
# dnss can be run in 3 different modes, depending on the flags given to it:
# DNS to HTTPS (default), DNS to GRPC, and GRPC to DNS.
# This variable controls the mode, and its parameters.
# The default is DNS to HTTPS mode, which requires no additional
# configuration. For the other modes, see dnss' documentation and help.
MODE_FLAGS="--enable_dns_to_https"

# Flag to configure monitoring.
# By default, we listen on 127.0.0.1:9981, but this variable allows you to
# change that. To disable monitoring entirely, leave this empty.
MONITORING_FLAG="--monitoring_listen_addr=127.0.0.1:9981"