feat(net): customize socket file permission

This commit is contained in:
HFO4
2022-12-14 15:28:45 +08:00
parent 50a3917a65
commit f02b6f0286
3 changed files with 15 additions and 1 deletions

View File

@@ -38,6 +38,7 @@ type ssl struct {
type unix struct {
Listen string
ProxyHeader string `validate:"required_with=Listen"`
Perm uint32
}
// slave 作为slave存储端配置