- Notifications
You must be signed in to change notification settings - Fork1
License
Apache-2.0, MIT licenses found
Licenses found
Apache-2.0
LICENSEMIT
LICENSE-MITNotificationsYou must be signed in to change notification settings
owent/ddns-cli
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Linux | Windows | macOS | |
---|---|---|---|
Build & Publish |
Docker:docker.io/owt5008137/ddns-cli
Installhttps://github.com/docker/buildx to use cross building.
# help./ddns-cli -h# You can get token from https://dash.cloudflare.com/profile/api-tokens and zone id from your domian zone page./ddns-cli --get-ip-by-url https://myip.biturl.top/ --cf-domain<DOMAIN> --cf-token<Cloudflare TOKEN> --cf-zone-id<Cloudflare ZoneID># You can get token and token id from https://console.dnspod.cn/account/token./ddns-cli --get-ip-by-url https://myip.biturl.top/ --dp-name<SUB DOAMIN NAME> --dp-domain<BASE DOMAIN NAME> --dp-token<Dnspod TOKEN> --dp-token-id<Dnspod token id>
docker/podman pull docker.io/owt5008137/ddns-cli:latestdocker/podman run ddns-cli ddns-cli --get-ip-by-url https://myip.biturl.top/ --cf-domain<DOMAIN> --cf-token<Cloudflare TOKEN> --cf-zone-id<Cloudflare ZoneID>docker/podman run ddns-cli ddns-cli --get-ip-by-url https://myip.biturl.top/ --dp-name<SUB DOAMIN NAME> --dp-domain<BASE DOMAIN NAME> --dp-token<Dnspod TOKEN> --dp-token-id<Dnspod token id>
About
No description, website, or topics provided.
Resources
License
Apache-2.0, MIT licenses found
Licenses found
Apache-2.0
LICENSEMIT
LICENSE-MIT