Dnsmasq install

From wikinotes
Revision as of 19:04, 11 October 2021 by Will (talk | contribs) (Created page with "= Install = <blockquote> <syntaxhighlight lang="bash"> pacman -S dnsmasq # arch pkg install dnsmasq # freebsd </syntaxhighlight> </blockquote><!-- Install --> = Enable/St...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Install

pacman -S dnsmasq    # arch
pkg install dnsmasq  # freebsd

Enable/Start

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