How To Permanently Enable A Port In Firewalld
sudo firewall-cmd --permanent --add-port=<PORT_HERE>/<tcp/udp>
- Example:
sudo firewall-cmd --permanent --add-port=5173/tcp
sudo firewall-cmd --permanent --add-port=<PORT_HERE>/<tcp/udp>
sudo firewall-cmd --permanent --add-port=5173/tcp