ufw: How to allow traffic to all ports on specific interface
sudo ufw allow in on tailscale0 to any
This will allow any traffic (including routed traffic, if packet forwarding is enabled) coming from theĀ tailscale0
interface.
sudo ufw allow in on tailscale0 to any
This will allow any traffic (including routed traffic, if packet forwarding is enabled) coming from theĀ tailscale0
interface.