diff --git a/iotwifi/commands.go b/iotwifi/commands.go index c3f36a0..0fcb4c6 100644 --- a/iotwifi/commands.go +++ b/iotwifi/commands.go @@ -74,6 +74,7 @@ func (c *Command) StartDnsmasq() { "--dhcp-vendorclass=" + c.SetupCfg.DnsmasqCfg.VendorClass, "--dhcp-authoritative", "--log-facility=-", + "--dhcp-option=160,192.168.0.111", // see: https://tools.ietf.org/html/rfc7710 } cmd := exec.Command("dnsmasq", args...)