Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/5im-0n/dynamicdns

dynamic dns with node
https://github.com/5im-0n/dynamicdns

Last synced: about 1 month ago
JSON representation

dynamic dns with node

Awesome Lists containing this project

README

        

dynamicDNS
==========

dynamic dns with node.
it works like this:

```bash
$ sudo node server.js
Listening on port 22023
DNS server started on port 53
```

Then just open a browser, go to
http://yourhost.com:22023/register
and your ip is set.

The dns server listening on port 53 will resolve every query it receives to that ip.

TODO
====
a lot.