Release version 250710
Some checks are pending
Build and Push Images / docker (map[name:legacy use_iptables_legacy:true]) (push) Waiting to run
Build and Push Images / docker (map[name:nf_tables use_iptables_legacy:false]) (push) Waiting to run
Unit Testing ufw-docker / Unit Testing (push) Waiting to run

This commit is contained in:
Chai Feng 2025-07-10 10:59:16 +08:00
parent 56371e7db3
commit 08f1aa399f
No known key found for this signature in database
GPG key ID: 2DCD9A24E523FFD2

View file

@ -11,7 +11,7 @@ DEFAULT_PROTO=tcp
ENV_VALUE_SPLITTER=','
ufw_docker_agent=ufw-docker-agent
ufw_docker_agent_image="${UFW_DOCKER_AGENT_IMAGE:-chaifeng/${ufw_docker_agent}:250708-nf_tables}"
ufw_docker_agent_image="${UFW_DOCKER_AGENT_IMAGE:-chaifeng/${ufw_docker_agent}:250710-nf_tables}"
after_rules="/etc/ufw/after.rules"
after6_rules="/etc/ufw/after6.rules"