Releases: nthuemmel/dns-firewall-rust
Releases · nthuemmel/dns-firewall-rust
v1.2.2
v1.2.1
v1.2.0
- Add block rules (
[client IP address or subnet] -| [domain]
or[client IP address or subnet] -| [domain] = [ip address]
) - Use protocol numbers instead of protocol names in
ipset
commands. Fixes errors on platforms which do not read/etc/protocols
- Do not forward responses if firewall configuration fails, reply with
ServerError
instead. This prevents mismatching state between DNS client and firewall, which can lead to connection errors which are hard to recover from, when the DNS client caches responses itself. - Attempted to decrease release binary size
- Updated dependencies