kzorpd.conf
kzorpd.conf — kzorpd(8) configuration file
Description
The zorpctl.conf
file describes various global options controlling the
behavior of kzorpd(8).
kzorpd(8) processes the lines of the file under [kzorpd] group, each line having the structure described below. Empty lines and lines beginning with '#' or ';' are comments and are ignored.
Structure
variable name = variable value
Each non-empty line specifies a variable name and its value separated by the equal sign ('='). The following variables are available:
- VERBOSE
Set logging verbosity level. The default value is: 3.
- LOG_SPEC
Set verbosity mask on a per category basis. The format of this value is described in zorp(8). The default value is: core.accounting:4.
- NO_SYSLOG
Send log messages to the standard output instead of syslog. The default value is: 0 (False).
- DNS_FILTER_LEVEL
Set bogus DNS response filtering level. The default value is: 3. Filtered addresses will not be used in hostname-based zones.
DNS_FILTER_LEVEL value is interpreted as:
0 = No filtering takes place
1 = Filter invalid host addresses: unspecified addresses ('0.0.0.0/32', '::/128').
2 = Filter loopback address ranges ('127.0.0.0/8', '::1/128')
3 = Filtering of private address ranges ('192.168.0.0/16', '10.0.0.0/8', '172.16. 0.0/12', 'fc00::/7'), link-local address ranges ('169.254.0.0/16', 'fe80::/10') and multicast ranges (224.0.0.0/4 , 'ff00::/8')
- RESOLVER_THREADS
Set the maximum number of DNS resolver threads. To perform non-threaded resolving operations, set value to 0. The default value is 8.
Published on May 30, 2024
© BalaSys IT Ltd.
Send your comments to support@balasys.hu