pexcn / docker-images

Personally made docker images.
GNU General Public License v3.0
1 stars 1 forks source link

`USE_IPTABLES_NFT_BACKEND` 选项的兼容性问题 #28

Open pexcn opened 7 months ago

pexcn commented 7 months ago

根据 https://www.alpinelinux.org/posts/Alpine-3.19.0-released.html

iptables-nft is now the default iptables backend.

https://github.com/pexcn/docker-images/blob/3031c8e20c2f3b560fa649a9edfb9991418cc1b4/net/tinyfecvpn/tinyfecvpn.sh#L3-L7 此处需要更新,防止不设置 USE_IPTABLES_NFT_BACKEND 的情况下也使用 iptables-nft

https://github.com/pexcn/docker-images/blob/3031c8e20c2f3b560fa649a9edfb9991418cc1b4/net/tinyfecvpn/Dockerfile#L26 同时,此处的镜像也不能超过 3.18