feat(haproxy): allowlist rds-allowed для RDS из ipdeny RU (0.7.5).

This commit is contained in:
PTah
2026-06-13 19:06:54 +10:00
parent fc448fd589
commit 779bf0d921
9 changed files with 332 additions and 6 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/usr/bin/env bash
# Build HAProxy rds-allowed from ipdeny ru.zone + static (generate only).
# Аналог mikrotik-649-ru-ipdeny-generate.sh.
set -Eeuo pipefail
SCRIPT_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
exec "$SCRIPT_DIR/haproxy-rds-allowed-deploy.sh" --generate-only "$@"