jeff-saupe / ddns-updater

Python script running as system service which automatically updates a DynDNS in a specified interval via HTTP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DDNS Updater

Python script running as system service which automatically updates a DynDNS in a specified interval via HTTP.

Settings

You can specify the following properties in the script (ddnsupdater.py):

  • interval (in minutes)
  • ddns (update-url)

Installation on Raspberry Pi

  • Paste ddnsupdater.py into /scripts/
  • Paste ddnsupdater.service into /lib/systemd/system/

Commands

Enables auto-start on reboot

sudo systemctl enable ddnsupdater

Starts the service

sudo service ddnsupdater start

Shows the logs

sudo service ddnsupdater status

Stops the service

sudo service ddnsupdater stop

About

Python script running as system service which automatically updates a DynDNS in a specified interval via HTTP


Languages

Language:Python 100.0%