Files
reverse-proxy/scripts/security/backend-ufw.env.example
T

15 lines
426 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# UFW на бэкенде — пример для Git 192.168.160.129
HAPROXY_IP=192.168.160.117
BACKEND_PORT=443
# Admin SSH / мониторинг (пробел), опционально
ADMIN_ALLOWED="192.168.160.0/24"
# Доп. порты с ADMIN_ALLOWED, напр. 2222/tcp для Gitea SSH
UFW_EXTRA_SERVICES=""
# Доп. источники на BACKEND_PORT (напр. MTA для KSMG)
EXTRA_ALLOWED=""
UFW_IPV6=no