From 4cc8eb43f4b92187255ae7373105237cc78596e6 Mon Sep 17 00:00:00 2001 From: ~vern Date: Thu, 23 Nov 2023 02:36:40 +0000 Subject: [PATCH] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 8eae089..4bcdf3a 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # ~vern DNS -~vern uses knot-dns.cz for our self-hosted DNS. This is complete with DNSSEC. +~vern uses knot-dns.cz for our self-hosted DNS. This is complete with DNSSEC. Currently its deployed on vern.cc and vern0.me, both the domains we manage -The slave is hosted on our India Linode, Hellfire and the master is on our main VPS on Hetzner, Mythos. +The slave is hosted on Iceberg and Typhoon, and the master is on Mythos. We use the `knot` package from https://deb.knot-dns.cz/knot-latest. @@ -18,7 +18,7 @@ Put the files in master/ and slave/ in /etc/knot 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) +On your registrar side, add the GLUE records. (On Njalla, its under DNS Settings) After that, add ns1.yourdomain.com and ns2.yourdomain.com to the custom dns part. @@ -28,7 +28,7 @@ In order to setup DNSSEC do the following :- 1. Run `keymgr yourdomain.com ds` in order to get your DS key -Example: `54674 13 2 E28E3DB78E5517A577353A43799AD14EC044720BAE4906D134F5EA40 74AC0287` +Example: `54674 13 2 33ef9ebb00e9492c4b7f9939cdf1058ee9232bc761c62cdf51e08d072fe6156e88ce0084ab8f603f5b21626bb72ba71c` 2. Then, add the DS record on your registrar's side. @@ -40,10 +40,10 @@ b) Algorithm - 13 c) Digest Type - 2 -d) Digest - E28E3...287 (omit space) +d) Digest - E28E3...287 -(On namecheap, you add this at Advanced DNS -> DNSSEC) +(On Njalla, you add this under DNSSEC) -## I need help +## "I need help" If you want help with this, feel free to join #vern-chat. I can help you with it if needed :)