Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eiriksm/turbo-bear
Publish local ip to no-ip.org
https://github.com/eiriksm/turbo-bear
dyndns javascript no-ip nodejs
Last synced: 27 days ago
JSON representation
Publish local ip to no-ip.org
- Host: GitHub
- URL: https://github.com/eiriksm/turbo-bear
- Owner: eiriksm
- Created: 2014-02-10T18:06:59.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-02-25T18:47:34.000Z (over 5 years ago)
- Last Synced: 2024-10-10T22:38:40.710Z (27 days ago)
- Topics: dyndns, javascript, no-ip, nodejs
- Language: JavaScript
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
turbo-bear
==========[![Greenkeeper badge](https://badges.greenkeeper.io/eiriksm/turbo-bear.svg)](https://greenkeeper.io/)
[![Coverage Status](http://img.shields.io/coveralls/eiriksm/turbo-bear.svg)](https://coveralls.io/r/eiriksm/turbo-bear?branch=master)
[![Code Climate](http://img.shields.io/codeclimate/github/eiriksm/turbo-bear.svg)](https://codeclimate.com/github/eiriksm/turbo-bear)
[![Build Status](https://travis-ci.org/eiriksm/turbo-bear.svg)](https://travis-ci.org/eiriksm/turbo-bear)
[![Dependency Status](https://david-dm.org/eiriksm/turbo-bear.svg?theme=shields.io)](https://david-dm.org/eiriksm/turbo-bear)Tool to publish local ip to no-ip dyndns service.
## Why?
So I can access my computer on my home network (and also tell other people to access it) via a simple to remember address.## How to use it?
Copy (or rename) the file default-config.js to config.js and edit the appropriate values. Then run ```node index```. You can also set it up as a cron job (like I do).