added SSH forwarding to norrsken

This commit is contained in:
Oracle Public Cloud User 2024-02-08 11:47:59 +00:00
parent eb0f71edfa
commit 5e22dcadf1

View file

@ -12,6 +12,7 @@ RULES=(
"80:8000" "80:8000"
"443:4430" "443:4430"
"443:4430/udp" "443:4430/udp"
"22:22"
) )
# Runs the actual script # Runs the actual script