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.
- Host: GitHub
- URL: https://github.com/theadamjr/agis
- Owner: theADAMJR
- License: mit
- Created: 2021-03-17T13:52:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-23T08:23:29.000Z (over 3 years ago)
- Last Synced: 2025-10-06T16:46:38.209Z (10 months ago)
- Topics: dynamic-dns, dynamic-dns-client
- Language: TypeScript
- Homepage:
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
}
}
```