Files
coredns-netbox/.env.example
Gemini Bot befa6aac3e
All checks were successful
Docker Build & Push / build-and-push (push) Successful in 15s
fix: Remove GEMINI.md and update .env.example
2025-12-09 19:22:32 +00:00

16 lines
445 B
Plaintext

# .env Example Configuration
# Copy this file to .env and adjust the values
# --- Required ---
NETBOX_URL=http://netbox.example.com
NETBOX_TOKEN=0123456789abcdef0123456789abcdef01234567
# Optional Configuration
# REFRESH_INTERVAL=600
# NETBOX_SSL_VERIFY=true
# ZONE_NAME=example.com
# REVERSE_ZONE_NAME=1.168.192.in-addr.arpa
# OUTPUT_FILE_FWD=/zones/db.fwd
# OUTPUT_FILE_REV=/zones/db.rev
# FALLBACK_NS_HOSTNAME=ns1
# FALLBACK_NS_IP=127.0.0.1