All posts tagged: programming

Freemyip dynamic DNS Python updater

Leave a comment
Technology

Freemyip.com is a free dynamic DNS service that does not need either any registration nor user account to maintain dynamic DNS based sub domain name such as example.freemyip.com. The validation of the domain ownership is based on an access token that should be kept safe in order to update the sub domain with your computer’s public IP. I have written a simple Python3 script that allows the sub domains owner, to update the IP easily, […]