Skip to content

Releases: oofnikj/iptmon

v0.1.6

05 Jan 08:04
Compare
Choose a tag to compare
  • fix issue where hosts with address like 192.168.1.10 would get deleted along with 192.168.1.1

v0.1.5

23 Dec 20:37
Compare
Choose a tag to compare

now built with GitHub Actions

v0.1.4

23 Dec 10:43
Compare
Choose a tag to compare
  • Improve tests
  • add reload-hosts as a separate subcommand

v0.1.3

17 Nov 07:12
Compare
Choose a tag to compare

fix an issue introduced in 0.1.2 causing ipv6 hosts to disappear when using SLAAC addresses

v0.1.2

15 Nov 08:58
Compare
Choose a tag to compare
  • fixes issue where static host disappears from ARP table, gets deleted from iptmon, then doesn't get re-added.

v0.1.1

07 Nov 12:34
Compare
Choose a tag to compare

Handle newlines in static hosts files properly

v0.1.0

06 Nov 08:25
Compare
Choose a tag to compare
  • Add support for static hosts (addresses #6)

v0.0.5

28 Apr 06:11
Compare
Choose a tag to compare
  • Confirm working with 19.07.2
  • handle deletion better
  • more informative log messages

v0.0.4

28 Mar 17:32
Compare
Choose a tag to compare

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

27 Mar 19:13
Compare
Choose a tag to compare

Fixes issue #1.
We no longer need to patch rrdtool definitions to add ip6tables.lua as this merged in openwrt/luci @4778aa6