feat(haproxy): allowlist rds-allowed для RDS из ipdeny RU (0.7.5).
This commit is contained in:
@@ -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 "$@"
|
||||
Reference in New Issue
Block a user