pdns/docker-compose-traefik.yml aktualisiert

This commit is contained in:
2026-01-03 03:33:06 +00:00
parent 63009e6ff3
commit 26aa6a78ed

View File

@@ -27,8 +27,6 @@ services:
# Pfad zum Binary finden # Pfad zum Binary finden
PDNS_BIN=$$(which pdns_server || echo "/usr/local/sbin/pdns_server") PDNS_BIN=$$(which pdns_server || echo "/usr/local/sbin/pdns_server")
NOTIFY_IPS=$${PDNS_ALLOW_NOTIFY_FROM:-127.0.0.1}
AXFR_IPS=$${PDNS_ALLOW_AXFR_IPS:-127.0.0.1}
# 1. API-Konfiguration schreiben # 1. API-Konfiguration schreiben
cat > /etc/powerdns/pdns.d/99-env.conf <<EOF cat > /etc/powerdns/pdns.d/99-env.conf <<EOF
api=yes api=yes