Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nickpegg/linodedynamicdns

Script to dynamically update a DNS entry on Linode's DNS service
https://github.com/nickpegg/linodedynamicdns

Last synced: 17 days ago
JSON representation

Script to dynamically update a DNS entry on Linode's DNS service

Awesome Lists containing this project

README

        

# LinodeDynamicDNS.py

Just a little script to dynamically update a DNS record in Linode's DNS
service. Requires [linode-python](https://github.com/tjfontaine/linode-python/)
and Python 2.x (since linode-python is not Python 3 compatible).

This script is best ran as a cronjob. It only outputs anything on an error, if
it had to create a record, or if it updated a record.

Don't forget to change the settings at the top of the script before
trying to use it!