setmyip-cloudflare

1.0.6 • Public • Published

cloudflare-ddns

Node client to updates DNS entry in Cloudflare

Install

get clone https://github.com/jhfoo/cloudflare-ddns.git

Usage

npm start <host.domain.name> <cloudflare api token>

API Token Config

Create a token with the following permission:

  • Zone -> DNS -> Edit

What it does

  1. Check if zone is managed by the token.
  2. Get IP as reported by Cloudflare trace tool.
  3. Create/ update host.domain.name with IP.

Acknowledgements

Inspired by https://github.com/timothymiller/cloudflare-ddns.

Readme

Keywords

none

Package Sidebar

Install

npm i setmyip-cloudflare

Weekly Downloads

0

Version

1.0.6

License

ISC

Unpacked Size

6.69 kB

Total Files

5

Last publish

Collaborators

  • jhfoo