Skip to content

Commit

Permalink
fix: bind on dualstack by default
Browse files Browse the repository at this point in the history
both operator and dragonfly, should not hurt.
  • Loading branch information
cyrinux committed Dec 6, 2024
1 parent 040d2ef commit 7516283
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/resources/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ const (
var DefaultDragonflyArgs = []string{
"--alsologtostderr",
"--primary_port_http_enabled=false",
"--bind=::",
"--admin_bind=::",
fmt.Sprintf("--admin_port=%d", DragonflyAdminPort),
"--admin_nopass",
}

0 comments on commit 7516283

Please sign in to comment.