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