Skip to content

Conversation

@StrajnarFilip
Copy link

It's a small feature for extra convenience.
I've tested it on a fresh AlmaLinux VM.

done
if [[ $ADDPORT == "y" ]]; then
firewall-cmd --add-port "${PORT}"/"${PROTOCOL}"
firewall-cmd --permanent --add-port "${PORT}"/"${PROTOCOL}"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not always need to be --permanent

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants