DNS Bind
by JJJCR from LinuxQuestions.org on (#5KYT2)
hello guys, followed this link to install DNS. https://www.unixmen.com/setting-dns-server-centos-7/
If need to add static entry to DNS just need to add items here:
vi /var/named/forward.dnsweblocal
And adding entry, like this data below will be ok?
localhost A 127.0.0.1
www.local-website.com A 127.0.0.1
www.other-local-website.com CNAME fake-hostname.com.
Thanks, for any help.
If need to add static entry to DNS just need to add items here:
vi /var/named/forward.dnsweblocal
And adding entry, like this data below will be ok?
localhost A 127.0.0.1
www.local-website.com A 127.0.0.1
www.other-local-website.com CNAME fake-hostname.com.
Thanks, for any help.