mirror of
https://github.com/aipeach/cloudflare-api-v4-ddns.git
synced 2025-01-19 06:19:28 +08:00
Update README.md
This commit is contained in:
parent
e14f6aab39
commit
df120dbfaf
@ -1,2 +1,9 @@
|
|||||||
Cloudflare API v4 Dynamic DNS Update in Bash, without unnecessary requests
|
Cloudflare API v4 Dynamic DNS Update in Bash, without unnecessary requests
|
||||||
Now the script also supports v6(AAAA DDNS Recoards)
|
Now the script also supports v6(AAAA DDNS Recoards)
|
||||||
|
|
||||||
|
```
|
||||||
|
bash <(curl -Ls https://git.io/cloudflare-ddns) -k cloudflare-api-key \
|
||||||
|
-h host.example.com \ # fqdn of the record you want to update
|
||||||
|
-z example.com \ # will show you all zones if forgot, but you need this
|
||||||
|
-t A|AAAA # specify ipv4/ipv6, default: ipv4
|
||||||
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user