New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

labdns

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

labdns

Simple DNS Server for your lab

0.0.11
latest
Source
npm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

##LabDNS

NPM

Simple DNS Server for the LAN in your lab.

#####Note: This tool was written for demonstration purposes.

Usage TODO

labDNS -c conf.json

Configuration

{
    "debug": true,
    "ip": "192.168.0.2",
    "port": "5300",

    "records" : {
        "awesome-server": {
            "A": "192.168.0.5",
            "TTL": 3600
        },
        "www.server.lab": {
            "CNAME":"awesome-server",
            "TTL": 3600
        },
        "*.app.lab": {
            "CNAME": "awesome-server",
            "TTL": 3600
        }
    }
}

Keywords

dns

FAQs

Package last updated on 14 Dec 2015

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