make all references yourdomain.com

This commit is contained in:
Arya Kiran 2022-12-14 13:56:41 +05:30
parent 090b59b371
commit c4fe290c3e
No known key found for this signature in database
GPG Key ID: 3A6EA2D0EE314EEF
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.