asterisk-digital-ocean.sh: enable UFW after adding its rules
Calls the new ensure_ufw_enabled() so the UFW rules this script adds actually get enforced instead of sitting queued but inactive. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_015X1jRGHwrvovz2qkhKfDZi
This commit is contained in:
@@ -707,6 +707,7 @@ CADDY_BLOCK
|
|||||||
ufw allow 3478/tcp
|
ufw allow 3478/tcp
|
||||||
ufw allow 10000:20000/udp
|
ufw allow 10000:20000/udp
|
||||||
ufw allow 49152:49252/udp
|
ufw allow 49152:49252/udp
|
||||||
|
ensure_ufw_enabled
|
||||||
log_success "UFW rules added."
|
log_success "UFW rules added."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user