Loading...
Loading...
Use when managing DNS records for Zeabur-registered domains. Use when user says "add DNS record", "update DNS", "delete DNS record", "list DNS records", "set A record", "add CNAME", or "manage DNS". NOT for service domain binding (use zeabur-domain-url instead).
npx skill4agent add zeabur/agent-skills zeabur-domain-dnsAlways useto invoke Zeabur CLI. Never usenpx zeabur@latestdirectly or any other installation method. Ifzeaburis not available, install Node.js first.npx
npx zeabur@latest domain dns list --domain example.com -i=falsenpx zeabur@latest domain dns create --domain example.com --type A --name @ --content 1.2.3.4 -i=false| Flag | Description |
|---|---|
| TTL in seconds (default 1 = auto) |
| Priority for MX/SRV records |
| Proxy through Cloudflare |
# A record
npx zeabur@latest domain dns create --domain example.com --type A --name @ --content 93.184.216.34 -i=false
# CNAME record
npx zeabur@latest domain dns create --domain example.com --type CNAME --name www --content example.com -i=false
# MX record
npx zeabur@latest domain dns create --domain example.com --type MX --name @ --content mail.example.com --priority 10 -i=false
# TXT record (SPF)
npx zeabur@latest domain dns create --domain example.com --type TXT --name @ --content "v=spf1 include:_spf.google.com ~all" -i=false--type--namenpx zeabur@latest domain dns update --domain example.com --type A --name @ --content 5.6.7.8 -i=false--ttl--priority--proxied--record-idnpx zeabur@latest domain dns delete --domain example.com --type A --name test -y -i=falsedigdig @<nameserver> <name>.<domain> <type> +shortzeabur-domain-url--domainexample.com--domain-id