Advertisement
techblog

firewalld open ports

Jul 18th, 2022
4,370
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.12 KB | None | 0 0
  1. sudo firewall-cmd --zone=public --permanent --add-port=80/tcp
  2. sudo firewall-cmd --zone=public --permanent --add-port=443/tcp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement