ufw:如何允许特定接口上所有端口的流量

ufw_allow_on_interface.sh
sudo ufw allow in on tailscale0 to any

这将允许来自 tailscale0 接口的任何流量(如果启用了数据包转发,包括路由流量)。


Check out similar posts by category: Linux, Networking, VPN