Skip to content
This repository has been archived by the owner on Sep 28, 2024. It is now read-only.

v0.2.2

Compare
Choose a tag to compare
@imp1sh imp1sh released this 22 Aug 21:12
· 130 commits to main since this release
  • important fix: firewall rule proto
    this fixes a bug for firewall rules where a proto is set.
    it was not possible to set the "all" directive, instead "tcp/udp" was
    set as this is the default if no proto is given. This is now fixed.
    On top it is now also possible to define ah, sctp udplite as proto.
    Protocol numbers are currently not supported. So are protocol names from /etc/protocols
  • optimizations for imagebuilder
  • new role ansible_openwrtimagebuilder that will build an OpenWrt image with your packages and configuration files. Documentation will soon come, but there will also be some more optimizations