Skip to content

Python script to update IP addresses on Securepoint Dynamic DNS Service (www.spdyn.de)

Notifications You must be signed in to change notification settings

gbausch/spdnsUpdater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

spdnsUpdate -- Securepoint DNS Updater

Python script based on Michael Nowak's script to update IP addresses on Securepoint Dynamic DNS Service.

Usage:

  • python spdnsUpdate.py <hostname> <user> <password>
  • python spdnsUpdate.py <hostname> <token>

In case you want to auto update the device ip address at every reboot, insert one of the lines above in /etc/rc.local (Linux only).

Required Python packages: get and requests. Install with:

  • pip install get
  • pip install requests

About

Python script to update IP addresses on Securepoint Dynamic DNS Service (www.spdyn.de)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages