port 22 --> 2222 to prevent being locked out of Oracle instance SSH...
This commit is contained in:
parent
719142e808
commit
baf58730a5
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ RULES=(
|
||||||
"25:25"
|
"25:25"
|
||||||
"80:80"
|
"80:80"
|
||||||
"443:443"
|
"443:443"
|
||||||
"22:2222"
|
"2222:2222"
|
||||||
)
|
)
|
||||||
|
|
||||||
# Runs the actual script
|
# Runs the actual script
|
||||||
|
|
Loading…
Reference in a new issue