Skip to content
/ agis Public

Cloudflare Dynamic DNS records for when your IP changes.

License

Notifications You must be signed in to change notification settings

theADAMJR/agis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

CLOUDFLARE_EMAIL=""
CLOUDFLARE_TOKEN=""

Create config.json:

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

About

Cloudflare Dynamic DNS records for when your IP changes.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published