1.1.8 • Published 7 years ago

nameserver v1.1.8

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

Welcome to nameserver! {#welcome}

Redis backed nameserver with lru cache.

Install

To install Logster you can use npm or git clone

NPM

$ sudo npm install -g nameserver

GIT

$ git clone https://github.com/MangoRaft/nameserver.git
$ cd nameserver
$ sudo npm install -g

Server

Starting the server is the first thing you want to do. The servers are setup to scale. You can run it as a cluster or run each part on different servers.

$ logster-redis server -h


  Usage: server [options]

  Run the nameserver.

  Options:

    -h, --help                   output usage information
    -a, --addr [HOST]            Bind to HOST address (default: 127.0.0.1)
    -p, --port [PORT]            Use PORT (default: 53)
    -p, --port-udp [PORT-UDP]    Use PORT (default: 53)
    -A, --redis-addr [HOST]      Connect to redis HOST address (default: 127.0.0.1)
    -P, --redis-port [PORT]      Connect to redis PORT (default: 6379)
    -o, --redis-auth [PASSWORD]  Use redis auth
    -t, --tcp                    Start TCP-Server
    -u, --udp                    Start UDP-Server
    -c, --cluster                Start server as cluster

#####Example

$ nameserver server -utc
1.1.8

7 years ago

1.1.7

7 years ago

1.1.6

7 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago