.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CONTRIBUTING.md
LICENCE
README.md
pyproject.toml
.github/workflows/release.yml
.github/workflows/test.yml
src/dnscacher/__init__.py
src/dnscacher/__main__.py
src/dnscacher/commands.py
src/dnscacher/debug.txt
src/dnscacher/domains.py
src/dnscacher/enums.py
src/dnscacher/excepthook.py
src/dnscacher/exceptions.py
src/dnscacher/formatter.py
src/dnscacher/ips.py
src/dnscacher/ipset.py
src/dnscacher/logger.py
src/dnscacher/mappings.py
src/dnscacher/parser.py
src/dnscacher/paths.py
src/dnscacher/resolve.py
src/dnscacher/settings.py
src/dnscacher.egg-info/PKG-INFO
src/dnscacher.egg-info/SOURCES.txt
src/dnscacher.egg-info/dependency_links.txt
src/dnscacher.egg-info/entry_points.txt
src/dnscacher.egg-info/requires.txt
src/dnscacher.egg-info/top_level.txt
tests/__init__.py
tests/cases.py
tests/test_domains.py
tests/test_formatter.py
tests/test_helpers.py
tests/test_ipset.py
tests/test_mappings.py
tests/test_parser.py
tests/test_settings.py