Skip to content

Commit

Permalink
Merge pull request #516 from ForestJohnson/ForestJohnson-patch-1
Browse files Browse the repository at this point in the history
fix misleading listen address in documentation
  • Loading branch information
pmazzini authored May 29, 2024
2 parents ebe860a + af24f57 commit 51bc613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dhcpv4/server4/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
//
// func main() {
// laddr := net.UDPAddr{
// IP: net.ParseIP("127.0.0.1"),
// IP: net.ParseIP("0.0.0.0"),
// Port: 67,
// }
// server, err := server4.NewServer("eth0", &laddr, handler)
Expand Down

0 comments on commit 51bc613

Please sign in to comment.