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:
Claude
2026-07-20 18:20:34 +00:00
parent 516e0db66f
commit 67ab1737bf
+1
View File
@@ -707,6 +707,7 @@ CADDY_BLOCK
ufw allow 3478/tcp
ufw allow 10000:20000/udp
ufw allow 49152:49252/udp
ensure_ufw_enabled
log_success "UFW rules added."
fi