Skip to content

davidalk/dyndnsup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dyndnsup

==============

Automatic refresh of dyndns service, minimum Python version 3.3 required

Setup:

  1. Install PhantomJS

  2. Ues your prefered Python package manager to install Selenium

  3. Download this repository

  4. 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
    
  5. To execute: python3 dyndns_update.py

About

Automatic refresh of dyndns service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages