Let's say I want to allow my own external IP in on tun0 interface port 443.
Why doesn't
sudo ufw allow from 217.xxx.xxx.xxx proto tcp to tun0 port 443
Work (not on tun0 either) when
sudo ufw allow from 217.xxx.xxx.xxx proto tcp to any port 443
works?
All other answers (on this site) are allowing any, I don't want that.