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

https://github.com/theadamjr/agis

Cloudflare Dynamic DNS records for when your IP changes.
https://github.com/theadamjr/agis

dynamic-dns dynamic-dns-client

Last synced: about 1 month ago
JSON representation

Cloudflare Dynamic DNS records for when your IP changes.

Awesome Lists containing this project

README

          

# Agis

## Cloudflare Dynamic IP Change
Auto update Cloudflare DNS A records, to the new IP, when it unexpectedly changes.
> This will increase website uptime if hosting locally.

Create `.env`:
```.env
CLOUDFLARE_EMAIL=""
CLOUDFLARE_TOKEN=""
```

Create `config.json`:
```{
"cloudflare": {
"endpoint": "https://api.cloudflare.com/client/v4",
"zones": [
["example.com", "cloudflare-zone-id"]
],
"checkInterval": 60000
}
}
```