Initial Commit

This commit is contained in:
2025-10-03 01:01:07 -04:00
commit 61418c565f
7 changed files with 455 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
#!/bin/bash
export CLOUDFLARE_EMAIL="placeholder@gmail.com"
export CLOUDFLARE_AUTH_KEY="placeholder"
export CLOUDFLARE_ZONE_ID="placeholder"
export CLOUDFLARE_RECORD_NAMES="placeholder.com"
export CLOUDFLARE_FORCE_IP="placeholder"
# Build the binary
go build -o cloudflare-dns-updater main.go config.go dns.go
# Run the binary
./cloudflare-dns-updater