---------------------
Changed
~~~~~~~
- Split code into seperate modules
- Rename ``dnsexp_dns_time_seconds`` to
``dnsexp_dns_query_time_seconds`` and change from Histogram to Gauge
- Rename ``dnsexp_dns_success`` to ``dnsexp_dns_query_success``
- Rename ``dnsexp_dns_failure_reason`` to
``dnsexp_dns_query_failure_reason``
- Rename ``dnsexp_dns_record_ttl_seconds`` to
``dnsexp_dns_response_rr_ttl_seconds`` and change from Histogram to
Gauge
Added
~~~~~
- Command-line option to set listen IP, use ``-L`` or ``--listen-ip``.
Default is ``127.0.0.1``.
- Unit tests
- Github action to build a new dockerhub image when a new tag is pushed
- Python3.12 is now tested in CI
- Add a Dockerfile (thanks dallemon)