Skip to content

IPR Daemon v0.5.3 Release

Latest

Choose a tag to compare

@github-actions github-actions released this 21 Aug 03:03
· 8 commits to main since this release

Changelog

iprd (package)

  • Export GetKnownMinerPorts() and ParseIPAddress() helpers
  • New FilterKnownPorts bool option
  • Add FilterKnownPorts/filter_known_ports field in ListenerConfig and InterfaceConfig
  • If enabled, Only UDP ports from known miner types are included in listener(s)' BPF.

ipr-daemon

  • Add -known-ports to only allow packets from known miner types.
  • Allow no-root-network to be toggled standalone IF there are already network inclusions in -w mode

iprd-offline

  • Add filter flags (-i, -ip, -mac, -p, and -l)
  • Filter for interface name, IP address, MAC address, UDP destination port respectively
  • -l takes a number to limit filter/packet output up-to. Defaults to 0 (no limit).

Full Changelog: v0.5.2...v0.5.3