https://github.com/robpol86/unofficialddnsnix
An unofficial dynamic DNS (DDNS) service for Name.com domains.
https://github.com/robpol86/unofficialddnsnix
Last synced: 5 months ago
JSON representation
An unofficial dynamic DNS (DDNS) service for Name.com domains.
- Host: GitHub
- URL: https://github.com/robpol86/unofficialddnsnix
- Owner: Robpol86
- License: mit
- Archived: true
- Created: 2013-12-09T06:25:00.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2020-04-17T07:46:53.000Z (about 6 years ago)
- Last Synced: 2025-01-01T02:02:33.415Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 127 KB
- Stars: 3
- Watchers: 4
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
UnofficialDDNSnix
=================
UnofficialDDNSnix is a CentOS 6, Debian 6, and Debian 7 service which provides dynamic DNS for regular registrars. Instead of signing up with a dynamic DNS provider and creating a CNAME record at your registrar to point to your dynamic DNS (for example: homeserver.mydomain.com -> alfred1986.dynamicdnsprovider.info), UnofficialDDNS cuts out the middle man and creates A records directly.
Supported Registrars
--------------------
Currently **Name.com** is the only supported registrar. Go to https://www.name.com/reseller to apply for an API token.
UnofficialDDNSnix needs the following:
* Name.com user name.
* Password (API token).
* The (sub)domain which will point to your server.
It might take a couple of days to get a reply from their customer support with your token.
Supported Platforms
-------------------
Both 32 and 64-bit versions of the following operating systems are supported:
* CentOS 6
* Debian 6 (squeeze)
* Debian 7 (wheezy)
Usage
-----
Just install the package, edit **/etc/UnofficialDDNS.yaml** with your user/password/domain, and run **service UnofficialDDNS start**. Look at logs in **/var/UnofficialDDNS/** to make sure it started without any errors.