diff --git a/iotwifi/commands.go b/iotwifi/commands.go index 0909a1d..f67fd19 100644 --- a/iotwifi/commands.go +++ b/iotwifi/commands.go @@ -75,7 +75,7 @@ func (c *Command) StartDnsmasq() { "--dhcp-authoritative", "--log-facility=-", "--dhcp-option-force=160,http://192.168.27.1/", // see: https://tools.ietf.org/html/rfc7710 - "--address=/hotspot.localnet/192.168.27.1", + "--address=/admin.pos.nesto.iot/192.168.27.1", "--address=/connectivitycheck.gstatic.com/216.58.206.131", "--address=/www.gstatic.com/216.58.206.99", "--address=/www.apple.com/2.16.21.112",