Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (12 loc) · 409 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 409 Bytes

dns_updater

A dynamic DNS type script that is written to update DNS records in the Rackspace DNS system.

This includes the script for telling you your current IP (to be hosted on something like a Cloud Server) and one that actually does the updating.

dns_updater.py

Requires

  • Python 2.7
  • libcloud
  • IPy

get_ip.py

Requires

  • Flask

I've included a sample WSGI file for convenience.