cznic/public/: fred-dnscheck-0.1.1 metadata and description

Simple index Newer version available

DNS check CLI tool

author Jan Musílek
author_email jan.musilek@nic.cz
classifiers
  • Development Status :: 2 - Pre-Alpha
  • Intended Audience :: Developers
  • License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
  • Operating System :: OS Independent
  • Programming Language :: Python
  • Programming Language :: Python :: 3.11
  • Programming Language :: Python :: 3.12
  • Topic :: Internet
  • Topic :: Internet :: Name Service (DNS)
  • Topic :: Utilities
  • Typing :: Typed
license GPLv3+
provides_extras test
requires_dist
  • alembic~=1.13
  • alembic-postgresql-enum~=1.3
  • asyncstdlib~=3.11
  • click~=8.0
  • fred-regal~=2.0
  • fred-setapp~=0.1.0
  • fred-types~=2.0
  • fred-frgal~=3.15
  • httpx
  • psycopg[binary]~=3.2
  • pydantic~=2.0
  • sqlalchemy~=2.0
  • sqlalchemy-utc
  • doc8; extra == "quality"
  • mypy; extra == "quality"
  • ruff; extra == "quality"
  • pytest; extra == "test"
  • pytest-alembic; extra == "test"
  • pytest-env; extra == "test"
  • pytest-mock; extra == "test"
  • pytest-xdist; extra == "test"
  • respx; extra == "test"
  • sqlalchemy-utils; extra == "test"
  • testfixtures; extra == "test"
  • time-machine; extra == "test"
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.1-py3-none-any.whl
Size
40 KB
Type
Python Wheel
Python
3
fred_dnscheck-0.1.1.tar.gz
Size
33 KB
Type
Source

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:

  1. Configuration file set by DNSCHECK_CONFIG environment variable.

  2. ~/.fred/dnscheck.conf

  3. /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.1 (2024-10-09)

  • Add HTTP pooling (#34)

0.1.0 (2024-10-08)

Initial version.