Skip to content

res_resolver_unbound

This configuration documentation is for functionality provided by res_resolver_unbound.

Configuration File: resolver_unbound.conf

[general]: General options for res_resolver_unbound

Since

14.1.0

Configuration Option Reference

Option Name Type Default Value Regular Expression Description Since
debug Unsigned Integer 0 false Unbound debug level 14.0.0
hosts String system false Full path to an optional hosts file 14.0.0
nameserver Custom false Nameserver to use for queries 14.0.0
resolv String system false Full path to an optional resolv.conf file 14.0.0
ta_file String false Trust anchor file 14.0.0

Configuration Option Descriptions

debug

Since: 14.0.0

The debugging level for the unbound resolver. While there is no explicit range generally the higher the number the more debug is output.

hosts

Since: 14.0.0

Hosts specified in a hosts file will be resolved within the resolver itself. If a value of system is provided the system-specific file will be used.

nameserver

Since: 14.0.0

An explicit nameserver can be specified which is used for resolving queries. If multiple nameserver lines are specified the first will be the primary with failover occurring, in order, to the other nameservers as backups. If provided alongside a resolv.conf file the nameservers explicitly specified will be used before all others.

resolv

Since: 14.0.0

The resolv.conf file specifies the nameservers to contact when resolving queries. If a value of system is provided the system-specific file will be used. If provided alongside explicit nameservers the nameservers contained within the resolv.conf file will be used after all others.

ta_file

Since: 14.0.0

Full path to a file with DS and DNSKEY records in zone file format. This file is provided to unbound and is used as a source for trust anchors.

Generated Version

This documentation was generated from Asterisk branch 20 using version GIT