Dnsmasq install

From wikinotes

Install

pacman -S dnsmasq    # arch
pkg install dnsmasq  # freebsd

Enable/Start

systemctl enable/start dnsmasq.service  # arch
service dnsmasq start                   # freebsd