domain-routing-bird/config.yaml
2026-07-10 10:47:57 +00:00

14 lines
561 B
YAML
Raw Permalink 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.

# Пример конфигурации для domain_routing.py
# Путь к файлу со списком доменов (текстовый файл, по одному домену на строку)
domains_file: domains.txt
# Путь к файлу с маршрутами (выходной файл с route statements)
routes_file: /etc/bird/routes.conf
# DNS-сервер для разрешения доменов (опционально)
dns_server: 127.0.0.1
# Уровень логирования: DEBUG, INFO, WARNING, ERROR
log_level: INFO