==============
Automatic refresh of dyndns service, minimum Python version 3.3 required
Setup:
-
Install PhantomJS
-
Ues your prefered Python package manager to install Selenium
-
Download this repository
-
Create a file called settings.cfg in the same directory as the dyndns_update.py module file, sample file as follows:
[USER] Username = youruser Password = yourpass [CONFIG] DynDnsUrl = https://account.dyn.com/entrance/ Hostname = yourhost.dyndns-free.com Email = [email protected] PhantomJS = /usr/local/bin/phantomjs Smtp = your.smtp.com SmtpUser = smtpuser SmtpPassword = smtppass
-
To execute:
python3 dyndns_update.py