Skip to content

Provides Docker container in order to query the public IP of a FritzBox router for DDNS using the Python library fritzconnection

License

Notifications You must be signed in to change notification settings

pr11me/fritz-ddns

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fritz-ddns

Provides Docker image in order to query the public IP of a FritzBox router for DDNS using the Python library fritzconnection.

Although the FritzBox provides a DDNS service, it does not seem to work when the box is at the same time used as a WireGuard client to a commercial VPN provider (Proton VPN in my case). This applies to both its DDNS setting for custom DDNS providers and the resolution of the myfritz.net domain. In the former case, the log shows "DynDNS-Fehler: Fehler bei der DNS-Auflösung des Domainnamens.", in the latter case "MyFRITZ! Fehler: Fehler bei der DNS-Auflösung des MyFRITZ!-Namens".

The docker image provided here uses the queried IP to call an AWS Lambda function URL, which changes an existing DNS record in Route53.

About

Provides Docker container in order to query the public IP of a FritzBox router for DDNS using the Python library fritzconnection

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 88.3%
  • Dockerfile 11.7%