Compare commits
2 commits
f0542a25c1
...
ea94c58486
Author | SHA1 | Date | |
---|---|---|---|
|
ea94c58486 | ||
|
9deb11ea9e |
2 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,7 @@ RULES=(
|
||||||
"465:4650"
|
"465:4650"
|
||||||
"587:5870"
|
"587:5870"
|
||||||
"993:9930"
|
"993:9930"
|
||||||
|
"2220:2220"
|
||||||
)
|
)
|
||||||
|
|
||||||
# Runs the actual script
|
# Runs the actual script
|
||||||
|
|
|
@ -87,6 +87,7 @@ case "$action" in
|
||||||
echo "Invalid action. Use 'up' or 'down'."
|
echo "Invalid action. Use 'up' or 'down'."
|
||||||
exit 1
|
exit 1
|
||||||
;;
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
firewall-cmd --reload > /dev/null
|
firewall-cmd --reload > /dev/null
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue