|
NAMEkresd - full caching DNSSEC-enabled Knot Resolver 5.4.4.SYNOPSISkresd [-a|--addr addr[@port]] [-t|--tls addr[@port]] [-S|--fd fd] [-T|--tlsfd fd] [-c|--config config] [-n|--noninteractive] [-q|--quiet] [-v|--verbose] [-V|--version] [-h|--help] [rundir]DESCRIPTIONKnot Resolver is a DNSSEC-enabled full caching resolver.Default mode of operation: when it receives a DNS query it iteratively asks authoritative nameservers starting from root zone (.) and ending with a nameservers authoritative for queried name. Automatic DNSSEC means verification of integrity of authoritative responses by following keys and signatures starting from root. Root trust anchor is automatically bootstrapped from IANA, or you can provide a file with root trust anchors (same format as Unbound or BIND9 root keys file). The daemon also caches intermediate answers into cache, which by default uses LMDB memory-mapped database. This has a significant advantage over in-memory caches as the process may be stopped and restarted without loss of cache entries. In multi-user scenario a shared cache is potential privacy/security issue, with kresd each user can have resolver cache in their private directory and use it in similar fashion to keychain. To use a locally running kresd for resolving put nameserver 127.0.0.1
into resolv.conf(5) and start kresd The daemon may be configured also as a plain forwarder using query policies. This requires using a config file. Please refer to documentation for configuration file options. It is available at https://knot-resolver.readthedocs.io or in package documentation (available as knot-resolver-doc package in most distributions). The available CLI options are:
SEE ALSOhttps://knot-resolver.readthedocs.io/en/v5.4.4/AUTHORSkresd developers are mentioned in the AUTHORS file in the distribution.
Visit the GSP FreeBSD Man Page Interface. |