added caddy redirections

This commit is contained in:
Oracle Public Cloud User 2024-02-14 18:19:50 +00:00
parent 03290d7a8d
commit c00468eaea

View file

@ -13,6 +13,13 @@ RULES=(
"443:4430" "443:4430"
"443:4430/udp" "443:4430/udp"
"22:22" "22:22"
"3478:3478"
"3478:3478/udp"
"25:2500"
"143:1430"
"465:4650"
"587:5870"
"993:9930"
) )
# Runs the actual script # Runs the actual script