Releases: oofnikj/iptmon
Releases · oofnikj/iptmon
v0.1.6
- fix issue where hosts with address like 192.168.1.10 would get deleted along with 192.168.1.1
v0.1.5
now built with GitHub Actions
v0.1.4
- Improve tests
- add
reload-hosts
as a separate subcommand
v0.1.3
fix an issue introduced in 0.1.2 causing ipv6 hosts to disappear when using SLAAC addresses
v0.1.2
- fixes issue where static host disappears from ARP table, gets deleted from
iptmon
, then doesn't get re-added.
v0.1.1
Handle newlines in static hosts files properly
v0.1.0
- Add support for static hosts (addresses #6)
v0.0.5
- Confirm working with 19.07.2
- handle deletion better
- more informative log messages
v0.0.4
Since openwrt/openwrt#2842 was merged, we no longer need to add a config file to dnsmasq.
iptmon now depends on dnsmasq version 2.80-16 or greater.
v0.0.3
Fixes issue #1.
We no longer need to patch rrdtool definitions to add ip6tables.lua as this merged in openwrt/luci @4778aa6