DNS Server: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Configuration#DNS_Server|Back]] | [[Configuration#DNS_Server|Back]] | ||
[ | =Bind= | ||
Tutorial [https://reintech.io/blog/installing-configuring-caching-dns-server-rocky-linux-9 here]. | |||
# dnf -y install bind bind-utils | |||
# dnf -y install bind | |||
# cp /etc/resolv.conf /etc/resolv.conf.bak | # cp /etc/resolv.conf /etc/resolv.conf.bak | ||
# sed -i 's/nameserver.*/nameserver 127.0.0.1/g' /etc/resolv.conf | # sed -i 's/nameserver.*/nameserver 127.0.0.1/g' /etc/resolv.conf | ||
# systemctl enable --now named | # systemctl enable --now named | ||
=djbdns = | |||
Tutorial [http://www.troubleshooters.com/linux/djbdns/index.htm here]. |