1.0.5 • Published 10 years ago

hateip-server v1.0.5

Weekly downloads
3
License
MIT
Repository
github
Last release
10 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

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.1.0

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago