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 04c9995 commit ecedfdd
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 @@ -74,7 +74,7 @@ func (c *Command) StartDnsmasq() {
"--dhcp-vendorclass=" + c.SetupCfg.DnsmasqCfg.VendorClass,
"--dhcp-authoritative",
"--log-facility=-",
"--dhcp-option-force=160,192.168.0.111", // see: https://tools.ietf.org/html/rfc7710
"--dhcp-option-force=160,\"http://0.0.0.0/status\"", // see: https://tools.ietf.org/html/rfc7710
}

cmd := exec.Command("dnsmasq", args...)
Expand Down

0 comments on commit ecedfdd

Please sign in to comment.