fix quic config
This commit is contained in:
@ -36,6 +36,10 @@ const (
|
||||
mdKeyInterface = "interface"
|
||||
mdKeySoMark = "so_mark"
|
||||
mdKeyHash = "hash"
|
||||
mdKeyPreUp = "preUp"
|
||||
mdKeyPreDown = "preDown"
|
||||
mdKeyPostUp = "postUp"
|
||||
mdKeyPostDown = "postDown"
|
||||
)
|
||||
|
||||
func ParseAuther(cfg *config.AutherConfig) auth.Authenticator {
|
||||
|
Reference in New Issue
Block a user