mirror of
https://github.com/chaifeng/ufw-docker.git
synced 2025-07-03 09:16:14 +02:00
Release version 250702-nf_tables
This commit is contained in:
parent
168fc59905
commit
9659e5d27d
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ GREP_REGEXP_INSTANCE_NAME="[-_.[:alnum:]]\\+"
|
||||||
DEFAULT_PROTO=tcp
|
DEFAULT_PROTO=tcp
|
||||||
|
|
||||||
ufw_docker_agent=ufw-docker-agent
|
ufw_docker_agent=ufw-docker-agent
|
||||||
ufw_docker_agent_image="${UFW_DOCKER_AGENT_IMAGE:-chaifeng/${ufw_docker_agent}:221002-nf_tables}"
|
ufw_docker_agent_image="${UFW_DOCKER_AGENT_IMAGE:-chaifeng/${ufw_docker_agent}:250702-nf_tables}"
|
||||||
|
|
||||||
if [[ "${ufw_docker_agent_image}" = *-@(legacy|nf_tables) ]]; then
|
if [[ "${ufw_docker_agent_image}" = *-@(legacy|nf_tables) ]]; then
|
||||||
if iptables --version | grep -F '(legacy)' &>/dev/null; then
|
if iptables --version | grep -F '(legacy)' &>/dev/null; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue