Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cyruskao/cf-ddns-cli
A simple CLI tool that updates Cloudflare DNS records dynamically (DDNS) with your current IP address (IPv6 supported), compatible with Cloudflare API v4.
https://github.com/cyruskao/cf-ddns-cli
cli cloudflare cloudflare-api ddns dns typescript
Last synced: 16 days ago
JSON representation
A simple CLI tool that updates Cloudflare DNS records dynamically (DDNS) with your current IP address (IPv6 supported), compatible with Cloudflare API v4.
- Host: GitHub
- URL: https://github.com/cyruskao/cf-ddns-cli
- Owner: CyrusKao
- Created: 2022-02-09T10:00:40.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-10T03:18:13.000Z (about 3 years ago)
- Last Synced: 2024-12-17T08:28:50.676Z (about 2 months ago)
- Topics: cli, cloudflare, cloudflare-api, ddns, dns, typescript
- Language: JavaScript
- Homepage:
- Size: 29.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Cloudflare DDNS CLI
A simple CLI tool that updates Cloudflare DNS records dynamically (DDNS) with your current IP address (IPv6 supported), compatible with Cloudflare API v4.
> See the full instruction at [my blog post](https://nocache.org/p/setup-cloudflare-dynamic-dns-ddns-with-cli-on-windows-mac-linux).
## Installation
```sh
npm i -g cf-ddns-cli
```## Usage
```sh
cf-ddns --key API_KEY --zone ZONE_ID --name RECORD_NAME
```### Proxied
```sh
cf-ddns --key API_KEY --zone ZONE_ID --name RECORD_NAME --proxied
```