Unleash Your Server Potential with Expert Insights
Over $120 Million in Payouts!Sponsored by: FundingTicks
Sponsored by: FundingTicks
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