Skip to content

Commit

Permalink
Default listen.host to IPv6 addresses (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmaguire authored Dec 10, 2024
1 parent c0b856e commit a12ff14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nebula/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func newConfig() *config {
Hosts: []string{},
},
Listen: configListen{
Host: "0.0.0.0",
Host: "[::]",
Port: 4242,
Batch: 64,
},
Expand Down

0 comments on commit a12ff14

Please sign in to comment.