0.3.0 • Published 7 years ago

@lafferty-lounge/simple-dns v0.3.0

Weekly downloads
-
License
WTFPL
Repository
-
Last release
7 years ago

simple-dns

This is a VERY BASIC dns server that figures out its own public ip address and just returns that for every request.

Options

ll.simple-dns \
  # what port to listen on
  --dns-port 53 \
  # when to expire dns records in seconds
  --ttl 30 \
  # how often to query api.ipify.org in ms
  --refresh-interval 30000 \
  # nameservers that you're acting as
  --nameservers ns1.mydomain.org,ns2.mydomain.org \
  # the zone that you're managing
  --zone somedomain.tld \
  # the email to use for the soa
  --email someemail@somedomain.tld
0.3.0

7 years ago

0.2.0

7 years ago

0.1.3

7 years ago