Releases: chaifeng/ufw-docker
Releases · chaifeng/ufw-docker
Release 251123
Major Changes
- Conntrack Support: Switched to
conntrackbased firewall rules for better security and simplified logic. This fixes the issue where high UDP ports were implicitly allowed. Thanks to the suggestion in #115.
Updates
- Docker Upgrade: Bumped Docker version to 29.0.2.
- Testing: Added UDP protocol tests in Vagrant environment to verify rule correctness.
250710
v210925
v200812
- Upgrade Docker Image, Ubuntu 20.04 & Docker-CE 19.03.12. Please note: the previous version doesn't support Ubuntu 20.04
- Make
A DOCKER-USER -j ufw-user-forwardas the first rule ofDOCKER-USER, then we can useufwto manage connections from containers. - Add unit test cases to this project, using Bach Testing Framework, check the
./testsfolder. - Set up a basic testing environment by Vagrant, just run the command
vagrant upin the project folder.
Test passed with Docker Swarm:
- Ubuntu 16.04 && Docker-CE 18.06
- Ubuntu 20.04 && Docker-CE 19.03.12