cznic/public/: fred-dnscheck-0.1.0 metadata and description
DNS check CLI tool
author | Jan Musílek |
author_email | jan.musilek@nic.cz |
classifiers |
|
license | GPLv3+ |
provides_extras | test |
requires_dist |
|
requires_python | ~=3.11 |
Because this project isn't in the mirror_whitelist
,
no releases from root/pypi are included.
File | Tox results | History |
---|---|---|
fred_dnscheck-0.1.0-py3-none-any.whl
|
|
|
fred_dnscheck-0.1.0.tar.gz
|
|
Fred-DNScheck is a service for healthchecking DNS records and nameservers.
Learn more about the project and our community on the FRED’s home page
Configuration
DNScheck searches for configuration files in following order:
Configuration file set by DNSCHECK_CONFIG environment variable.
~/.fred/dnscheck.conf
/etc/fred/dnscheck.conf
The configuration file is in YAML format with following options:
registry_netloc
Network location, i.e. host and port, of the registry service. This setting is required.
registry_ssl_cert
Path to file with SSL root certificate. Default value is None, i.e. no SSL encryption.
ChangeLog
Unreleased
0.1.0 (2024-10-08)
Initial version.