fix: IP address is empty in unix socket mode (#1314)
This commit is contained in:
@@ -35,7 +35,8 @@ type ssl struct {
|
||||
}
|
||||
|
||||
type unix struct {
|
||||
Listen string
|
||||
Listen string
|
||||
ProxyHeader string `validate:"required_with=Listen"`
|
||||
}
|
||||
|
||||
// slave 作为slave存储端配置
|
||||
|
||||
Reference in New Issue
Block a user