Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nameserver

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nameserver

DNS nameserver

  • 1.1.8
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
24
increased by84.62%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

FAQs

Package last updated on 01 Feb 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc