Skip to content

v0.4.2

Choose a tag to compare

@github-actions github-actions released this 29 Jun 16:49

Bug Fixes & Improvements

  • Last release introduced port numbers into consideration for blocking. But there is some bug with rsyslog that leads to some strange behavior after some string that has no port number, and it hinders normal logging to the pipe.
    We've fixed this by changes to the logging lines in firewall configs.
  • Made some tuning to blocking, it will work somewhat faster.
  • Various fixes and stability improvements.

New

  • To make config changes upon update we've introduced new command line parameter --after-update that you will use once this time, but it will not be needed in upcoming updates.

Updating

  1. Run diswall --update as usual
  2. Run diswall --after-update - it will update firewall config
  3. Restart diswall service: service diswall restart or systemctl restart diswall.
    This three-step procedure is needed only for this update, it will not be needed for upcoming releases.