Versions in this module Expand all Collapse all v0 v0.1.1 Oct 2, 2018 v0.1.0 Sep 25, 2018 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)