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