fix: Remove GEMINI.md and update .env.example
All checks were successful
Docker Build & Push / build-and-push (push) Successful in 15s
All checks were successful
Docker Build & Push / build-and-push (push) Successful in 15s
This commit is contained in:
21
.env.example
21
.env.example
@@ -5,15 +5,12 @@
|
||||
NETBOX_URL=http://netbox.example.com
|
||||
NETBOX_TOKEN=0123456789abcdef0123456789abcdef01234567
|
||||
|
||||
# --- Configuration (Defaults shown are generic) ---
|
||||
ZONE_NAME=example.com
|
||||
REVERSE_ZONE_NAME=1.168.192.in-addr.arpa
|
||||
REFRESH_INTERVAL=600
|
||||
|
||||
# Paths inside the container
|
||||
OUTPUT_FILE_FWD=/zones/db.fwd
|
||||
OUTPUT_FILE_REV=/zones/db.rev
|
||||
|
||||
# Fallback Nameserver (used if no NS records found in NetBox)
|
||||
FALLBACK_NS_HOSTNAME=ns1
|
||||
FALLBACK_NS_IP=127.0.0.1
|
||||
# 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
|
||||
Reference in New Issue
Block a user