56f1a2e
#
56f1a2e
# See unbound.conf(5) man page.
56f1a2e
#
56f1a2e
# this is a comment.
56f1a2e
56f1a2e
#Use this to include other text into the file.
56f1a2e
#include: "otherfile.conf"
56f1a2e
56f1a2e
# The server clause sets the main parameters. 
56f1a2e
server:
56f1a2e
	# whitespace is not necessary, but looks cleaner.
56f1a2e
56f1a2e
	# To enable DNSSEC trust anchors, install the dnssec-keys package and
ac04a1b
	# uncomment the line below, or run dnssec-configure -h for more options
ac04a1b
	# trusted-keys-file: "/etc/pki/dnssec/production.conf"
ac04a1b
ac04a1b
	# To enable DLV trust anchor with DLV, install the dnssec-keys package
ac04a1b
	# and uncomment the line below, or run dnssec-configure -h for more
ac04a1b
	# options
ac04a1b
	# dlv-anchor-file: "/etc/pki/dnssec-keys/dlv/dlv.isc.org.key"
56f1a2e
56f1a2e
	# verbosity number, 0 is least verbose. 1 is default.
56f1a2e
	verbosity: 1
56f1a2e
56f1a2e
	# print statistics to the log (for every thread) every N seconds.
56f1a2e
	# Set to "" or 0 to disable. Default is disabled.
ac04a1b
	# Needed for munin plugin
28ed415
	statistics-interval: 0
56f1a2e
	
56f1a2e
	# enable cumulative statistics, without clearing them after printing.
ac04a1b
	# Needed for munin plugin
28ed415
	statistics-cumulative: no
28ed415
ac04a1b
	# enable extended statistics (query types, answer codes, status)
ac04a1b
	# printed from unbound-control. default off, because of speed.
ac04a1b
	# Needed for munin plugin
ac04a1b
	extended-statistics: yes
56f1a2e
56f1a2e
	# number of threads to create. 1 disables threading.
56f1a2e
	num-threads: 2
56f1a2e
56f1a2e
	# specify the interfaces to answer queries from by ip-address.
56f1a2e
	# The default is to listen to localhost (127.0.0.1 and ::1).
56f1a2e
	# specify 0.0.0.0 and ::0 to bind to all available interfaces.
56f1a2e
	# specify every interface on a new 'interface:' labelled line.
56f1a2e
	# The listen interfaces are not changed on reload, only on restart.
ac04a1b
	# interface: 0.0.0.0
ac04a1b
	# interface: ::0
56f1a2e
	# interface: 192.0.2.153
56f1a2e
	# interface: 192.0.2.154
56f1a2e
	# interface: 2001:DB8::5
56f1a2e
	
56f1a2e
	# enable this feature to copy the source address of queries to reply.
ac04a1b
	# Socket options are not supported on all platforms. experimental. 
56f1a2e
	# NOTE: Enable this option when specifying interface 0.0.0.0 or ::0 
ac04a1b
	# NOTE: Disabled per Fedora policy not to listen to * on default install
56f1a2e
	# interface-automatic: yes
ac04a1b
	interface-automatic: no
56f1a2e
56f1a2e
	# port to answer queries from
56f1a2e
	# port: 53
56f1a2e
56f1a2e
	# specify the interfaces to send outgoing queries to authoritative
56f1a2e
	# server from by ip-address. If none, the default (all) interface
56f1a2e
	# is used. Specify every interface on a 'outgoing-interface:' line.
56f1a2e
	# outgoing-interface: 192.0.2.153
56f1a2e
	# outgoing-interface: 2001:DB8::5
56f1a2e
	# outgoing-interface: 2001:DB8::6
56f1a2e
56f1a2e
	# number of ports to allocate per thread, determines the size of the
56f1a2e
	# port range that can be open simultaneously. 
56f1a2e
	# outgoing-range: 256
56f1a2e
	
56f1a2e
	# permit unbound to use this port number or port range for
56f1a2e
	# making outgoing queries, using an outgoing interface.
56f1a2e
	# outgoing-port-permit: 32768
56f1a2e
56f1a2e
	# deny unbound the use this of port number or port range for
56f1a2e
	# making outgoing queries, using an outgoing interface.
56f1a2e
	# Use this to make sure unbound does not grab a UDP port that some
56f1a2e
	# other server on this computer needs. The default is to avoid
56f1a2e
	# IANA-assigned port numbers.
56f1a2e
	# outgoing-port-avoid: "3200-3208"
56f1a2e
56f1a2e
	# number of outgoing simultaneous tcp buffers to hold per thread.
56f1a2e
	# outgoing-num-tcp: 10
56f1a2e
56f1a2e
	# number of incoming simultaneous tcp buffers to hold per thread.
56f1a2e
	# incoming-num-tcp: 10
56f1a2e
	
56f1a2e
	# buffer size for handling DNS data. No messages larger than this
56f1a2e
	# size can be sent or received, by UDP or TCP. In bytes.
56f1a2e
	# msg-buffer-size: 65552
56f1a2e
56f1a2e
	# the amount of memory to use for the message cache.
56f1a2e
	# plain value in bytes or you can append k, m or G. default is "4Mb". 
56f1a2e
	# msg-cache-size: 4m
56f1a2e
56f1a2e
	# the number of slabs to use for the message cache.
56f1a2e
	# the number of slabs must be a power of 2.
56f1a2e
	# more slabs reduce lock contention, but fragment memory usage.
56f1a2e
	# msg-cache-slabs: 4
56f1a2e
56f1a2e
	# the number of queries that a thread gets to service.
56f1a2e
	# num-queries-per-thread: 1024
56f1a2e
ac04a1b
	# if very busy, 50% queries run to completion, 50% get timeout in msec
ac04a1b
	# jostle-timeout: 200
ac04a1b
56f1a2e
	# the amount of memory to use for the RRset cache.
56f1a2e
	# plain value in bytes or you can append k, m or G. default is "4Mb". 
56f1a2e
	# rrset-cache-size: 4m
56f1a2e
56f1a2e
	# the number of slabs to use for the RRset cache.
56f1a2e
	# the number of slabs must be a power of 2.
56f1a2e
	# more slabs reduce lock contention, but fragment memory usage.
56f1a2e
	# rrset-cache-slabs: 4
56f1a2e
	
56f1a2e
	# the time to live (TTL) value cap for RRsets and messages in the
56f1a2e
	# cache. Items are not cached for longer. In seconds.
56f1a2e
	# cache-max-ttl: 86400
56f1a2e
56f1a2e
	# the time to live (TTL) value for cached roundtrip times and
56f1a2e
	# EDNS version information for hosts. In seconds.
56f1a2e
	# infra-host-ttl: 900
56f1a2e
56f1a2e
	# the time to live (TTL) value for cached lame delegations. In sec.
56f1a2e
	# infra-lame-ttl: 900
56f1a2e
56f1a2e
	# the number of slabs to use for the Infrastructure cache.
56f1a2e
	# the number of slabs must be a power of 2.
56f1a2e
	# more slabs reduce lock contention, but fragment memory usage.
56f1a2e
	# infra-cache-slabs: 4
56f1a2e
56f1a2e
	# the maximum number of hosts that are cached (roundtrip times, EDNS).
56f1a2e
	# infra-cache-numhosts: 10000
56f1a2e
56f1a2e
	# the maximum size of the lame zones cached per host. in bytes.
56f1a2e
	# infra-cache-lame-size: 10k
56f1a2e
56f1a2e
	# Enable IPv4, "yes" or "no".
56f1a2e
	# do-ip4: yes
56f1a2e
56f1a2e
	# Enable IPv6, "yes" or "no".
56f1a2e
	# do-ip6: yes
56f1a2e
56f1a2e
	# Enable UDP, "yes" or "no".
56f1a2e
	# do-udp: yes
56f1a2e
56f1a2e
	# Enable TCP, "yes" or "no".
56f1a2e
	# do-tcp: yes
56f1a2e
56f1a2e
	# Detach from the terminal, run in background, "yes" or "no".
56f1a2e
	# do-daemonize: yes
56f1a2e
56f1a2e
	# control which clients are allowed to make (recursive) queries
56f1a2e
	# to this server. Specify classless netblocks with /size and action.
56f1a2e
	# By default everything is refused, except for localhost.
ac04a1b
	# Choose deny (drop message), refuse (polite error reply),
ac04a1b
	# allow (recursive ok), allow_snoop (recursive and nonrecursive ok)
56f1a2e
	# access-control: 0.0.0.0/0 refuse
56f1a2e
	# access-control: 127.0.0.0/8 allow
56f1a2e
	# access-control: ::0/0 refuse
56f1a2e
	# access-control: ::1 allow
56f1a2e
	# access-control: ::ffff:127.0.0.1 allow
ac04a1b
56f1a2e
	# if given, a chroot(2) is done to the given directory.
56f1a2e
	# i.e. you can chroot to the working directory, for example,
56f1a2e
	# for extra security, but make sure all files are in that directory.
56f1a2e
	#
56f1a2e
	# If chroot is enabled, you should pass the configfile (from the
56f1a2e
	# commandline) as a full path from the original root. After the
56f1a2e
	# chroot has been performed the now defunct portion of the config 
56f1a2e
	# file path is removed to be able to reread the config after a reload. 
56f1a2e
	#
ac04a1b
	# All other file paths (working dir, logfile, roothints, and
56f1a2e
	# key files) can be specified in several ways:
56f1a2e
	# 	o as an absolute path relative to the new root.
56f1a2e
	# 	o as a relative path to the working directory.
56f1a2e
	# 	o as an absolute path relative to the original root.
56f1a2e
	# In the last case the path is adjusted to remove the unused portion.
56f1a2e
	#
ac04a1b
	# The pid file can be absolute and outside of the chroot, it is 
ac04a1b
	# written just prior to performing the chroot and dropping permissions.
ac04a1b
	#
ac04a1b
	# Additionally, unbound may need to access /dev/random (for entropy).
56f1a2e
	# How to do this is specific to your OS.
56f1a2e
	#
56f1a2e
	# If you give "" no chroot is performed. The path must not end in a /.
ac04a1b
	# chroot: "/var/lib/unbound"
ac04a1b
	chroot: ""
56f1a2e
56f1a2e
	# if given, user privileges are dropped (after binding port),
56f1a2e
	# and the given username is assumed. Default is user "unbound".
56f1a2e
	# If you give "" no privileges are dropped.
56f1a2e
	username: "unbound"
56f1a2e
56f1a2e
	# the working directory. The relative files in this config are 
56f1a2e
	# relative to this directory. If you give "" the working directory
56f1a2e
	# is not changed.
ac04a1b
	directory: "/etc/unbound"
56f1a2e
56f1a2e
	# the log file, "" means log to stderr. 
56f1a2e
	# Use of this option sets use-syslog to "no".
56f1a2e
	# logfile: ""
56f1a2e
	
56f1a2e
	# Log to syslog(3) if yes. The log facility LOG_DAEMON is used to 
56f1a2e
	# log to, with identity "unbound". If yes, it overrides the logfile.
56f1a2e
	# use-syslog: yes 
56f1a2e
ac04a1b
	# the pid file. Can be an absolute path outside of chroot/work dir.
56f1a2e
	pidfile: "/var/run/unbound/unbound.pid"
56f1a2e
	
56f1a2e
	# file to read root hints from.
56f1a2e
	# get one from ftp://FTP.INTERNIC.NET/domain/named.cache
56f1a2e
	# root-hints: ""
56f1a2e
	
56f1a2e
	# enable to not answer id.server and hostname.bind queries.
56f1a2e
	# hide-identity: no
56f1a2e
	
56f1a2e
	# enable to not answer version.server and version.bind queries.
56f1a2e
	# hide-version: no
56f1a2e
	
56f1a2e
	# the identity to report. Leave "" or default to return hostname.
56f1a2e
	# identity: ""
56f1a2e
	
56f1a2e
	# the version to report. Leave "" or default to return package version.
56f1a2e
	# version: ""
56f1a2e
	
56f1a2e
	# the target fetch policy.
56f1a2e
	# series of integers describing the policy per dependency depth. 
56f1a2e
	# The number of values in the list determines the maximum dependency 
56f1a2e
	# depth the recursor will pursue before giving up. Each integer means:
56f1a2e
	# 	-1 : fetch all targets opportunistically,
56f1a2e
	# 	0: fetch on demand,
56f1a2e
	#	positive value: fetch that many targets opportunistically.
56f1a2e
	# Enclose the list of numbers between quotes ("").
56f1a2e
	# target-fetch-policy: "3 2 1 0 0"
56f1a2e
	
56f1a2e
	# Harden against very small EDNS buffer sizes. 
56f1a2e
	# harden-short-bufsize: no
56f1a2e
	
56f1a2e
	# Harden against unseemly large queries.
56f1a2e
	# harden-large-queries: no
56f1a2e
	
56f1a2e
	# Harden against out of zone rrsets, to avoid spoofing attempts. 
56f1a2e
	harden-glue: yes
56f1a2e
	
56f1a2e
	# Harden against receiving dnssec-stripped data. If you turn it
56f1a2e
	# off, failing to validate dnskey data for a trustanchor will 
56f1a2e
	# trigger insecure mode for that zone (like without a trustanchor).
56f1a2e
	# Default on, which insists on dnssec data for trust-anchored zones.
56f1a2e
	harden-dnssec-stripped: yes
ac04a1b
ac04a1b
        # Harden the referral path by performing additional queries for
ac04a1b
	# infrastructure data.  Validates the replies (if possible).
ac04a1b
	# Default off, because the lookups burden the server.  Experimental 
ac04a1b
	# implementation of draft-wijngaards-dnsext-resolver-side-mitigation.
ac04a1b
	harden-referral-path: yes
ac04a1b
56f1a2e
	# Use 0x20-encoded random bits in the query to foil spoof attempts.
56f1a2e
	# This feature is an experimental implementation of draft dns-0x20.
ac04a1b
	use-caps-for-id: yes
56f1a2e
	
ac04a1b
	# Enforce privacy of these addresses. Strips them away from answers. 
ac04a1b
	# It may cause DNSSEC validation to additionally mark it as bogus. 
ac04a1b
	# Protects against 'DNS Rebinding' (uses browser as network proxy). 
ac04a1b
	# Only 'private-domain' and 'local-data' names are allowed to have 
ac04a1b
	# these private addresses. No default.
ac04a1b
	# private-address: 10.0.0.0/8
ac04a1b
	# private-address: 172.16.0.0/12
ac04a1b
	# private-address: 192.168.0.0/16
ac04a1b
	# private-address: 192.254.0.0/16
ac04a1b
	# private-address: fd00::/8
ac04a1b
	# private-address: fe80::/10
ac04a1b
ac04a1b
	# Allow the domain (and its subdomains) to contain private addresses.
ac04a1b
	# local-data statements are allowed to contain private addresses too.
ac04a1b
	# private-domain: "example.com"
ac04a1b
	
ac04a1b
	# If nonzero, unwanted replies are not only reported in statistics,
ac04a1b
	# but also a running total is kept per thread. If it reaches the
ac04a1b
	# threshold, a warning is printed and a defensive action is taken,
ac04a1b
	# the cache is cleared to flush potential poison out of it.
ac04a1b
	# A suggested value is 10000000, the default is 0 (turned off).
ac04a1b
	unwanted-reply-threshold: 10000000
ac04a1b
56f1a2e
	# Do not query the following addresses. No DNS queries are sent there.
56f1a2e
	# List one address per entry. List classless netblocks with /size,
56f1a2e
	# do-not-query-address: 127.0.0.1/8
56f1a2e
	# do-not-query-address: ::1
56f1a2e
	
56f1a2e
	# if yes, the above default do-not-query-address entries are present.
56f1a2e
	# if no, localhost can be queried (for testing and debugging).
56f1a2e
	# do-not-query-localhost: yes
56f1a2e
	
56f1a2e
	# module configuration of the server. A string with identifiers
56f1a2e
	# separated by spaces. "iterator" or "validator iterator"
56f1a2e
	# module-config: "validator iterator"
56f1a2e
	
ac04a1b
	# File with DLV trusted keys. Same format as trust-anchor-file.
ac04a1b
	# There can be only one DLV configured, it is trusted from root down.
ac04a1b
	# Download https://secure.isc.org/ops/dlv/dlv.isc.org.key
ac04a1b
	# dlv-anchor-file: "/etc/pki/dnssec-keys/dlv.isc.org.key"
ac04a1b
56f1a2e
	# File with trusted keys for validation. Specify more than one file
56f1a2e
	# with several entries, one file per entry.
56f1a2e
	# Zone file format, with DS and DNSKEY entries.
56f1a2e
	# trust-anchor-file: ""
ac04a1b
56f1a2e
	# Trusted key for validation. DS or DNSKEY. specify the RR on a
56f1a2e
	# single line, surrounded by "". TTL is ignored. class is IN default.
56f1a2e
	# (These examples are from August 2007 and may not be valid anymore).
56f1a2e
	# trust-anchor: "nlnetlabs.nl. DNSKEY 257 3 5 AQPzzTWMz8qSWIQlfRnPckx2BiVmkVN6LPupO3mbz7FhLSnm26n6iG9N Lby97Ji453aWZY3M5/xJBSOS2vWtco2t8C0+xeO1bc/d6ZTy32DHchpW 6rDH1vp86Ll+ha0tmwyy9QP7y2bVw5zSbFCrefk8qCUBgfHm9bHzMG1U BYtEIQ=="
56f1a2e
	# trust-anchor: "jelte.nlnetlabs.nl. DS 42860 5 1 14D739EB566D2B1A5E216A0BA4D17FA9B038BE4A"
56f1a2e
56f1a2e
	# File with trusted keys for validation. Specify more than one file
56f1a2e
	# with several entries, one file per entry. Like trust-anchor-file
56f1a2e
	# but has a different file format. Format is BIND-9 style format, 
56f1a2e
	# the trusted-keys { name flag proto algo "key"; }; clauses are read.
56f1a2e
	# trusted-keys-file: ""
ac04a1b
	
56f1a2e
	# Override the date for validation with a specific fixed date.
56f1a2e
	# Do not set this unless you are debugging signature inception
56f1a2e
	# and expiration. "" or "0" turns the feature off. 
56f1a2e
	# val-override-date: ""
56f1a2e
	
56f1a2e
	# The time to live for bogus data, rrsets and messages. This avoids
56f1a2e
	# some of the revalidation, until the time interval expires. in secs.
ac04a1b
	# val-bogus-ttl: 60
56f1a2e
	
56f1a2e
	# Should additional section of secure message also be kept clean of
56f1a2e
	# unsecure data. Useful to shield the users of this validator from
56f1a2e
	# potential bogus data in the additional section. All unsigned data 
56f1a2e
	# in the additional section is removed from secure messages.
ac04a1b
	val-clean-additional: yes
56f1a2e
	
56f1a2e
	# Turn permissive mode on to permit bogus messages. Thus, messages
56f1a2e
	# for which security checks failed will be returned to clients,
56f1a2e
	# instead of SERVFAIL. It still performs the security checks, which
56f1a2e
	# result in interesting log files and possibly the AD bit in
56f1a2e
	# replies if the message is found secure. The default is off.
ac04a1b
	# NOTE: TURNING THIS ON DISABLES ALL DNSSEC SECURITY
56f1a2e
	val-permissive-mode: no
56f1a2e
	
56f1a2e
	# It is possible to configure NSEC3 maximum iteration counts per
56f1a2e
	# keysize. Keep this table very short, as linear search is done.
56f1a2e
	# A message with an NSEC3 with larger count is marked insecure.
56f1a2e
	# List in ascending order the keysize and count values.
56f1a2e
	# val-nsec3-keysize-iterations: "1024 150 2048 500 4096 2500"
56f1a2e
56f1a2e
	# the amount of memory to use for the key cache.
56f1a2e
	# plain value in bytes or you can append k, m or G. default is "4Mb". 
56f1a2e
	# key-cache-size: 4m
56f1a2e
56f1a2e
	# the number of slabs to use for the key cache.
56f1a2e
	# the number of slabs must be a power of 2.
56f1a2e
	# more slabs reduce lock contention, but fragment memory usage.
56f1a2e
	# key-cache-slabs: 4
ac04a1b
	
ac04a1b
	# the amount of memory to use for the negative cache (used for DLV).
ac04a1b
	# plain value in bytes or you can append k, m or G. default is "1Mb". 
ac04a1b
	# neg-cache-size: 1m
56f1a2e
56f1a2e
	# a number of locally served zones can be configured.
56f1a2e
	# 	local-zone: <zone> <type>
56f1a2e
	# 	local-data: "<resource record string>"
56f1a2e
	# o deny serves local data (if any), else, drops queries. 
56f1a2e
	# o refuse serves local data (if any), else, replies with error.
56f1a2e
	# o static serves local data, else, nxdomain or nodata answer.
56f1a2e
	# o transparent serves local data, else, resolves normally .
56f1a2e
	# o redirect serves the zone data for any subdomain in the zone.
56f1a2e
	# o nodefault can be used to normally resolve AS112 zones.
56f1a2e
	#
56f1a2e
	# defaults are localhost address, reverse for 127.0.0.1 and ::1
56f1a2e
	# and nxdomain for AS112 zones. If you configure one of these zones
56f1a2e
	# the default content is omitted, or you can omit it with 'nodefault'.
56f1a2e
	# 
56f1a2e
	# If you configure local-data without specifying local-zone, by
56f1a2e
	# default a transparent local-zone is created for the data.
56f1a2e
	#
56f1a2e
	# You can add locally served data with
56f1a2e
	# local-zone: "local." static
56f1a2e
	# local-data: "mycomputer.local. IN A 192.0.2.51"
56f1a2e
	# local-data: 'mytext.local TXT "content of text record"'
56f1a2e
	#
56f1a2e
	# You can override certain queries with
56f1a2e
	# local-data: "adserver.example.com A 127.0.0.1"
56f1a2e
	#
56f1a2e
	# You can redirect a domain to a fixed address with
56f1a2e
	# (this makes example.com, www.example.com, etc, all go to 192.0.2.3)
56f1a2e
	# local-zone: "example.com" redirect
56f1a2e
	# local-data: "example.com A 192.0.2.3"
ac04a1b
	#
ac04a1b
	# Shorthand to make PTR records, "IPv4 name" or "IPv6 name".
ac04a1b
	# You can also add PTR records using local-data directly, but then
ac04a1b
	# you need to do the reverse notation yourself.
ac04a1b
	# local-data-ptr: "192.0.2.3 www.example.com"
ac04a1b
ac04a1b
# Remote control config section. 
ac04a1b
remote-control:
ac04a1b
	# Enable remote control with unbound-control(8) here.
ac04a1b
	# set up the keys and certificates with unbound-control-setup.
ac04a1b
	# Note: required for unbound-munin package
ac04a1b
	control-enable: yes
ac04a1b
ac04a1b
	# what interfaces are listened to for remote control.
ac04a1b
	# give 0.0.0.0 and ::0 to listen to all interfaces.
ac04a1b
	# control-interface: 127.0.0.1
ac04a1b
	# control-interface: ::1
ac04a1b
ac04a1b
	# port number for remote control operations.
ac04a1b
	# control-port: 953
ac04a1b
ac04a1b
	# unbound server key file.
ac04a1b
	server-key-file: "/etc/unbound/unbound_server.key"
ac04a1b
ac04a1b
	# unbound server certificate file.
ac04a1b
	server-cert-file: "/etc/unbound/unbound_server.pem"
ac04a1b
ac04a1b
	# unbound-control key file.
ac04a1b
	control-key-file: "/etc/unbound/unbound_control.key"
56f1a2e
ac04a1b
	# unbound-control certificate file.
ac04a1b
	control-cert-file: "/etc/unbound/unbound_control.pem"
56f1a2e
56f1a2e
# Stub zones.
56f1a2e
# Create entries like below, to make all queries for 'example.com' and 
56f1a2e
# 'example.org' go to the given list of nameservers. list zero or more 
ac04a1b
# nameservers by hostname or by ipaddress. If you set stub-prime to yes, 
ac04a1b
# the list is treated as priming hints (default is no).
56f1a2e
# stub-zone:
56f1a2e
#	name: "example.com"
56f1a2e
#	stub-addr: 192.0.2.68
ac04a1b
#	stub-prime: "no"
56f1a2e
# stub-zone:
56f1a2e
#	name: "example.org"
56f1a2e
#	stub-host: ns.example.com.
56f1a2e
56f1a2e
# Forward zones
56f1a2e
# Create entries like below, to make all queries for 'example.com' and
56f1a2e
# 'example.org' go to the given list of servers. These servers have to handle
56f1a2e
# recursion to other nameservers. List zero or more nameservers by hostname
56f1a2e
# or by ipaddress. Use an entry with name "." to forward all queries.
56f1a2e
# forward-zone:
56f1a2e
# 	name: "example.com"
56f1a2e
# 	forward-addr: 192.0.2.68
56f1a2e
# 	forward-addr: 192.0.2.73@5355  # forward to port 5355.
56f1a2e
# forward-zone:
56f1a2e
# 	name: "example.org"
56f1a2e
# 	forward-host: fwd.example.com