Versions in this module Expand all Collapse all v0 v0.2.134 Dec 25, 2019 Changes in this version + type Dnsmasq struct + func OpenDnsmasq(baseDir string) (*Dnsmasq, error) + func (d *Dnsmasq) ApplyHostEntry(mac net.HardwareAddr, ip net.IP) error + func (d *Dnsmasq) Delete() error + func (d *Dnsmasq) DeleteHostEntry(mac net.HardwareAddr) error + func (d *Dnsmasq) IsRunning() bool + func (d *Dnsmasq) Start(interfaceName string) (io.Writer, io.Writer, error)