Skip to content

v0.4.0

Compare
Choose a tag to compare
@shinebayar-g shinebayar-g released this 26 Aug 02:33
· 50 commits to main since this release
v0.4.0
b01fef3
  • Added UFW_ALLOW_FROM label support. This label takes comma separated IP addresses as a list. Example: UFW_ALLOW_FROM=192.168.0.2;192.168.1.0/24
  • Added support for outbound rules. UFW_ALLOW_TO (comma separated IP addresses as a list, UFW_DENY_OUTGOING (takes true/false) labels supported.
  • Added support for ufw comments. Ufw rules will be added with container id as a comment. This will help us to cleanup left over rules.

Thanks to @mlollo