Merge branch 'main' of ssh://10.7.0.2:1813/vern/DNS

This commit is contained in:
~vern - Mythos 2022-12-15 10:05:50 +00:00
commit 00736ff654
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ The slave is hosted on our India Linode, Hellfire and the master is on our main
We use the `knot` package from https://deb.knot-dns.cz/knot-latest.
To apply changes, bump the serial by 1 (in same file, below SOA line) and then `knotc reload`. Then on your slave, run `knotc zone-retransfer yourdomain.me; kontc zone-reload yourdomain.me`
To apply changes, bump the serial by 1 (in same file, below SOA line) and then `knotc reload`. Then on your slave, run `knotc zone-retransfer yourdomain.com; kontc zone-reload yourdomain.com`
Note: For serial, its recommended to use YYYYMMDDXX format. For example, thirteenth revision on 16/10/2022 would be serial 2022161013.
@ -20,7 +20,7 @@ You might want to also add an auth key (for sync) but i haven't experimented wit
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.
After that, add ns1.yourdomain.com and ns2.yourdomain.com to the custom dns part.
Thats all the setup you need for a basic authoritative DNS server.