Web Hosting & VPS Tips

Unleash Your Server Potential with Expert Insights

Hosting provided by: Cloudways
Free to Try! Up to 40% Off!

Category: VPS Setup

Set up DNSMasq—a lightweight DNS forwarder—on an OpenSUSE VPS—install with
zypper install dnsmasq
configure /etc/dnsmasq conf:
domain=example.com\naddress=/example.com/192.168.1.100
Start with
systemctl start dnsmasq
open port:
firewall-cmd --add-port=53/udp
On Hetzner test with
dig @ip example.com
—expect IP Ensures DNS uptime—simple VPS hosting DNS for phpMyAdmin

Back to All Tips