Skip to content
/ ezddns Public

Easy self hosted ddns helper with custom backends like duckdns, easily implement new backends

License

Notifications You must be signed in to change notification settings

kraemr/ezddns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Use-case

receive ddns requests and dynamically update ip-records of a Domain by calling into APi's etc.

Why ?

The original impetus was me not wanting to rely on external sites to get my ip for my ddns setup, since my router already has ddns support altough with limited vendor support. Instead the router sends the request containing ipv4,ipv6,hostname,username etc to this server, which then updates the actual records. This has the benefit of running locally.

Usage

# use the duckdns backend for example
python3 ezddns.py --backend=duckdns

About

Easy self hosted ddns helper with custom backends like duckdns, easily implement new backends

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published