@lafferty-lounge/simple-dns

0.3.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @lafferty-lounge/simple-dns

Weekly Downloads

0

Version

0.3.0

License

WTFPL

Last publish

Collaborators

  • lafferty-lounge