1.0.5 • Published 9 years ago

hateip-server v1.0.5

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

HateIP Server

A tool for who hate enter ip everytime - server.

Install

npm install hateip-server -g

or

npm install hateip-server

Usage

  • with bin

hateip-server -t "xxxxx,xxxxxxxxxx" -p "9999" -d "hateip.com"  

or

./bin/server -t "xxxxx,xxxxxxxxxx" -p "9999" -d "hateip.com"  
  • with api
var hateipServer = require('hateip-server');
hateipServer.runServer({
    server : 'dnspod.com',
    token : 'xxxxx,xxxxxxxxxx',
    domain : 'hateip.com',
    port : '9999'
});

URL Example

http://hateip.com:999/?name=starcraft&ip=127.0.0.1

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.1.0

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago