mirror of
https://github.com/AmanTahiliani/cloudflare-dns-updater.git
synced 2026-08-07 19:56:16 -04:00
Initial Commit
This commit is contained in:
13
cloudflare_updater_util_example.sh
Normal file
13
cloudflare_updater_util_example.sh
Normal 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
|
||||
Reference in New Issue
Block a user