Skip to content

v0.0.3

Compare
Choose a tag to compare
@mrtc0 mrtc0 released this 21 Feb 06:28
· 183 commits to master since this release
87295bf

Features

Added support for IPv6. #2
It can monitor and block the communication of specified IPv6 address with the following settings:

network:
  mode: block
  target: host
  cidr:
    allow:
      - 0.0.0.0/0
      - ::/0
    deny:
      - 2001:3984:3989::3/128
log:
  format: json

Thanks @n01e0

Changelog