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

https://github.com/dsanders11/route53-dyndns-service

Lightweight HTTP server that implements a dynamic DNS service compatible with routers which updates Route 53 DNS records.
https://github.com/dsanders11/route53-dyndns-service

Last synced: 3 months ago
JSON representation

Lightweight HTTP server that implements a dynamic DNS service compatible with routers which updates Route 53 DNS records.

Awesome Lists containing this project

README

          

========================
route53-dyndns-service
========================

.. image:: https://img.shields.io/badge/license-MIT-blue.svg
:alt: License
:target: https://raw.githubusercontent.com/dsanders11/route53-dyndns-service/master/LICENSE

.. image:: https://travis-ci.org/dsanders11/route53-dyndns-service.svg?branch=master
:alt: Build Status
:target: https://travis-ci.org/dsanders11/route53-dyndns-service

.. image:: https://img.shields.io/pypi/v/route53-dyndns-service.svg
:alt: Latest PyPI version
:target: https://pypi.python.org/pypi/route53-dyndns-service/

.. image:: https://coveralls.io/repos/dsanders11/route53-dyndns-service/badge.svg?branch=master
:alt: Coverage
:target: https://coveralls.io/r/dsanders11/route53-dyndns-service?branch=master

Lightweight HTTP server that implements a `dynamic DNS`_ service compatible
with routers which updates `Route 53`_ DNS records.

Overview
========

TODO

Contributing
============

Contributions are welcome, just create a pull request or issue on the
`GitHub repository`_ for the project.

.. _`dynamic DNS`: https://en.wikipedia.org/wiki/Dynamic_DNS#DDNS_for_Internet_access_devices
.. _`Route 53`: https://aws.amazon.com/route53/
.. _`GitHub repository`: https://github.com/dsanders11/route53-dyndns-service