Skip to content

A small application to update dynamic IP addresses. Written in Rust.

License

Notifications You must be signed in to change notification settings

malakhite/ddns-update

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ddns-update

A small application to update dynamic IP addresses (for Cloudflare, at least for now). Written in Rust.

Configuration

All of the configuration happens in environment variables. The application expects the following variables to be set:

  • CLOUDFLARE_TOKEN: Your API token from Cloudflare
  • CLOUDFLARE_ZONE: The zone id of the domain you're updating
  • CLOUDFLARE_DNS_RECORD: The id of the DNS record you're updating
  • POLL_INTERVAL: How often you want to check for an updated IP address

The application will use a .env file if it exists.

About

A small application to update dynamic IP addresses. Written in Rust.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published