0.0.11 • Published 8 years ago

labdns v0.0.11

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

##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
        }
    }
}
0.0.11

8 years ago

0.0.10

8 years ago

0.0.1-a

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago