Files
proxmox/scripts/update-all-dns-to-public-ip.env.example

31 lines
1006 B
Plaintext
Raw Permalink Normal View History

# Cloudflare DNS Update Configuration
# Copy this to .env and update with your values
# Public IP for all services (single IP for NAT routing)
PUBLIC_IP=76.53.10.35
# Cloudflare Authentication (use either API Token OR Email/API Key)
# Option 1: API Token (recommended)
CLOUDFLARE_API_TOKEN=your-cloudflare-api-token-here
# Option 2: Email + API Key (alternative)
# CLOUDFLARE_EMAIL=your-email@example.com
# CLOUDFLARE_API_KEY=your-cloudflare-api-key-here
# Zone IDs for each domain
# Get these from Cloudflare Dashboard → Domain → Overview → Zone ID
# sankofa.nexus zone
CLOUDFLARE_ZONE_ID_SANKOFA_NEXUS=your-sankofa-nexus-zone-id
# d-bis.org zone
CLOUDFLARE_ZONE_ID_D_BIS_ORG=your-d-bis-org-zone-id
# OR use the legacy variable name:
# CLOUDFLARE_ZONE_ID=your-d-bis-org-zone-id
# mim4u.org zone
CLOUDFLARE_ZONE_ID_MIM4U_ORG=your-mim4u-org-zone-id
# defi-oracle.io zone (rpc.public-0138, rpc, wss → PUBLIC_IP for Chain 138 RPC)
CLOUDFLARE_ZONE_ID_DEFI_ORACLE_IO=your-defi-oracle-io-zone-id