Skip to content

Simple Cloudflare DDNS update script for domain and subdomains.

License

Notifications You must be signed in to change notification settings

sgoudsme/cloudflare-ddns

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cloudflare-ddns

Simple Cloudflare DDNS update script for domain and subdomains. I just created a quick and dirty sketch to update my personal DDNS records. It should be enough for most users, feel free to use.

usage

$ python3.6 main.py --config config.json

config.json

{
    "auth": {
        "email": "[email protected]",
        "key": "c2547eb745079dac9320b638f5e225cf483cc5cfdda41"
    },
    "zone": {
        "name": "example.com",
        "records": [
            "example.com",
            "www.example.com",
            "foo.example.com",
            "bar.example.com"
        ]
    }
}

About

Simple Cloudflare DDNS update script for domain and subdomains.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%