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 4a98c92 commit e9dce48
Show file tree
Hide file tree
Showing 2 changed files with 1,855 additions and 1,792 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",
}
Loading

0 comments on commit e9dce48

Please sign in to comment.