Skip to content

Instantly share code, notes, and snippets.

View ljsabc's full-sized avatar

Miaomiao Li ljsabc

View GitHub Profile
@ahxxm
ahxxm / cloudflare-ddns.go
Last active November 21, 2022 15:07
cloudflare ddns
package main
// env GOOS=linux GOARCH=arm go build -ldflags="-s -w" -v a.go
// upx --best --ultra-brute main
import (
"fmt"
"time"
"github.com/cloudflare/cloudflare-go"