Socket
Socket
Sign inDemoInstall

dyn-dns-cloudflare

Package Overview
Dependencies
71
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    dyn-dns-cloudflare

Tool to keep cloudflare dns entry up-to-date for dynamic ip using cloudflare's API


Version published
Weekly downloads
3
increased by50%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

dyn-dns-cloudflare

Tool to update cloudflare dns record

Config File

npm should install dyn-dns-cloudflare executable in path, if runnong as cron job you may need to explicitly use full path to node with full path to index.js in this package

Config File
{
  "fqdn": "my-house.example.com",
  "key": "123456789012345678901234567890",
  "email": "barney@rubble.com",
  "log": "/var/dyn-dns-cf.log"
}
  • fqdn: required, fully qualified domain name to be updated
  • key: required, cloudflare api key with edit permission
  • email: required, cloudflare email account id
  • log: optional, full path to log file, must be writable for user tool runs under
  • verbose: optional, truthy value to turn on console log output
Parameters

Command line parameters override config file values

dyn-dns-cloudflare [ options ] [ <fqdn> [ <email> [ <key> ] ] ]

Options:

  • -v or --verbose enable verbose mode
  • -c or --config specify config file path using next argument
Notes

log file is appended and never trimmed, see logrotate

Keywords

FAQs

Last updated on 11 Oct 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc