Skip to content

Commit

Permalink
Update commands.go
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinLoeper authored Sep 3, 2019
1 parent 1937f09 commit 743f328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iotwifi/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 743f328

Please sign in to comment.