An open API service indexing awesome lists of open source software.

https://github.com/tutv/cf-dns

CloudFlare DNS Updater
https://github.com/tutv/cf-dns

Last synced: about 1 year ago
JSON representation

CloudFlare DNS Updater

Awesome Lists containing this project

README

          

# CloudFlare DNS Updater

Automatically update your IP to CloudFlare DNS.

## Config

Create `.env` file with content:

```
CF_EMAIL=your@email.com
CF_API_KEY=cloudflare_api
CF_ZONE_ID=zone_id
CF_DNS=record.domain.com|another.domain.com
```

## Installation
```
//with npm
npm install

//or yarn
yarn

```

## Run now

```
node index.js

// Using pm2
pm2 start index.js --name your-name-app
```