Skip to content

Commit

Permalink
say 0.0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matti committed Aug 5, 2024
1 parent 1ead1c8 commit 5b70679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ func main() {

port := 53
server := &dns.Server{
Addr: ":" + strconv.Itoa(port),
Addr: "0.0.0.0:" + strconv.Itoa(port),
Net: "udp",
}
defer server.Shutdown()
Expand Down

0 comments on commit 5b70679

Please sign in to comment.