Unleash Your Server Potential with Expert Insights
Hosting provided by: CloudwaysSponsored by: shopp.bio
Sponsored by: shopp.bio
Category: VPS Setup
pacman -S bind
/etc/named conf
:zone \"example.com\" { type master; file \"/var/named/example.com.db\"; };
systemctl start named
iptables -A INPUT -p udp --dport 53 -j ACCEPT
dig @ip example.com