~vern's knot DNS configuration files
Go to file
Arya Kiran 61c83fedc0
add license
2022-09-06 21:01:27 +05:30
master Add content 2022-09-06 20:46:21 +05:30
slave Add content 2022-09-06 20:46:21 +05:30
LICENSE add license 2022-09-06 21:01:27 +05:30
README.md Add content 2022-09-06 20:46:21 +05:30

README.md

~vern DNS

~vern uses knot-dns.cx for our self-hosted DNS. This is complete with DNSSEC.

Currently its only deployed to vern0.me, and not to production.

The master is hosted on our status.vern.cc linode, statusvern and the slave is on our main VPS.

We use the knot package from debian repos.

To do changes, add the records, bump the serial by 1 (in same file below SOA) and then systemctl restart knot (there is probably a better way to do this)

Setup

Put the files in master/ and slave/ in the respective places.

You might want to also add an auth key (for sync) but i haven't experimented with it yet.

On your registrar side, add the GLUE records. (On namecheap, its under Advanced DNS -> Personal DNS Server -> Add nameserver)

After that, add ns1.yourdomain.me and ns2.yourdomain.me to the custom dns part.

Thats all the setup you need for a basic authoritative DNS server.

In order to setup DNSSEC do the following :-

  1. Run dig DS yourdomain.me. +short in order to get your DS key Example: 54674 13 2 E28E3DB78E5517A577353A43799AD14EC044720BAE4906D134F5EA40 74AC0287

  2. Then, add the DS record on your registrar's side.

With the example provided, a) Key tag - 54674 b) Algorithm - 13 c) Digest Type - 2 d) Digest - E28E3...287

(On namecheap, you add this at Advanced DNS -> DNSSEC)

I need help

If you want help with this, feel free to join #chat. I can help you with it if needed :)

~aryak