Posts

Showing posts with the label dnsmasq

Install and configure dnsmasq on Synology NAS

ipkg dnsmasq In /opt/etc/dnsmasq.conf , modify the path where dhcp lease file is saved: dhcp-leasefile=/opt/var/dnsmasq/dnsmasq.leases

CNAME in dnsmasq

In order to get working the CNAME directive in dnsmasq config, you need to configure the alias as FQDN cname=myalias.mydomain.tld,dhcp_host #1