Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/5im-0n/dynamicdns
- Owner: 5im-0n
- Created: 2013-02-19T17:41:30.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-20T13:11:08.000Z (almost 12 years ago)
- Last Synced: 2024-05-29T22:46:34.737Z (8 months ago)
- Language: JavaScript
- Size: 493 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.