Skip to content

Commit ab33a68

Browse files
committed
fix: bind on dualstack by default
both operator and dragonfly, should not hurt.
1 parent 040d2ef commit ab33a68

File tree

2 files changed

+1855
-1792
lines changed

2 files changed

+1855
-1792
lines changed

internal/resources/const.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ const (
6969
var DefaultDragonflyArgs = []string{
7070
"--alsologtostderr",
7171
"--primary_port_http_enabled=false",
72+
"--bind=::",
73+
"--admin_bind=::",
7274
fmt.Sprintf("--admin_port=%d", DragonflyAdminPort),
7375
"--admin_nopass",
7476
}

0 commit comments

Comments
 (0)