Coder Social home page Coder Social logo

spdynupdater's Introduction

spDYN updater

Update your IPv4/IPv6 on spdyn.de:

Return codes

abuse 		Der Host kann nicht aktualisiert werden, da er aufgrund vorheriger fehlerhafter Updateversuche gesperrt ist.
badauth 	Ein ungültiger Benutzername und/oder ein ungültiges Kennwort wurde eingegeben.
good 		Die Hostname wurde erfolgreich auf die neue IP aktualisiert.
!yours 		Der angegebene Host kann nicht unter diesem Benutzer-Account verwendet werden.
notfqdn 	Der angegebene Host ist kein FQDN.
numhost 	Es wurde versucht, mehr als 20 Hosts in einer Anfrage zu aktualisieren.
nochg 		Die IP hat sich zum letzten Update nicht geändert. Werden innerhalb eines kurzen Zeitraumes weiterhin Updateversuche dieses Hosts vorgenommen, wird dieser für eine bestimmte Zeitspanne keine Updates mehr entgegen nehmen können.
nohost 		Der angegebene Host existiert nicht oder wurde gelöscht.
fatal 		Der angegebene Host wurde manuell deaktiviert. 

Add updater as conjob

edit cronjobs for root sudo crontab -e

# after reboot
@reboot python3 /home/pi/spdyn_updater.py

# every 5 minutes
*/5 * * * * python3 /home/pi/spdyn_updater.py

# every hour
@hourly python3 /home/pi/spdyn_updater.py

debug cronjob

list jobs crontab -l

read log messages grep CRON /var/log/syslog

spdynupdater's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.