Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.77 KB

README.md

File metadata and controls

41 lines (29 loc) · 1.77 KB

rust-cloudflare-ddns

Stars Forks Pull Requests Issues Contributors Licence

A program for automatically updating cloudflare domain names with a dynmaic IP address

THIS REPOSITORY WAS NOT MADE BY OR AUTHORISED BY CLOUDFLARE, SOFTWARE COMES WITH ABSOLUTELY NO WARRENTY

Usage


git clone rust-cloudflare-ddns.git
cd rust-cloudflare-ddns
vim src/main.rs
cargo run

input your cloudflare details and exit (:wq!)

Dependancies

  • OpenSSL
  • Curl
  • Git

For contributors

There are a few rules for contributing to this project

  • Abide by Cloudflare's ToS for their API and related services
  • Test that modified scripts work before running a pull request
  • comment commplicated functions

LGPLv3 Badge