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.
- Host: GitHub
- URL: https://github.com/dsanders11/route53-dyndns-service
- Owner: dsanders11
- License: mit
- Created: 2016-02-03T04:16:05.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2023-06-30T13:06:55.000Z (almost 3 years ago)
- Last Synced: 2024-12-31T15:34:24.665Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE
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