Skip to content

oakaigh/python-ddnsc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-ddns

Installation

make deploy
systemctl status ddnsc-daemon

Examples

{
    "volatile": true,
    "filter": {
        "conf": {
            "interfaces": ["eth0"]
        }
    },
    "database": {
        "name": "cloudflare",
        "conf": {
            "conf": {
                "email": "[email protected]",
                "token": "c2547eb745079dac9320b638f5e225cf483cc5cfdda41"
            },
            "zone": "example.com",
            "name": "@"
        }
    }
}

Housekeeping

.gitignore

The .gitignore file of this repo is generated by the following command:

curl -L https://github.com/github/gitignore/raw/master/{Python,Global/{Linux,Windows,macOS,Vim,SublimeText,VisualStudioCode}}.gitignore > .gitignore

Releases

No releases published

Packages

No packages published