Unleash Your Server Potential with Expert Insights
Hosting provided by: CloudwaysSponsored by: shopp.bio
Sponsored by: shopp.bio
Category: VPS Setup
dnf install bind -y
/etc/named conf
:zone \"example.com\" { type master; file \"/var/named/example.com.db\"; };
systemctl start named
firewall-cmd --add-port=53/udp
dig @ip example.com