feat(proxy): enhance proxy group handling and sorting logic
This commit is contained in:
committed by
Leif Draven
parent
979e39b9e5
commit
97024dd1df
@@ -9,11 +9,11 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
RelayModeNone = "none"
|
||||
RelayModeAll = "all"
|
||||
RelayModeRandom = "random"
|
||||
RuleGroupType = "ban"
|
||||
RuleGroupAuto = "auto"
|
||||
RelayModeNone = "none"
|
||||
RelayModeAll = "all"
|
||||
RelayModeRandom = "random"
|
||||
RuleGroupTypeBan = "ban"
|
||||
RuleGroupTypeAuto = "auto"
|
||||
)
|
||||
|
||||
type ServerFilter struct {
|
||||
|
||||
Reference in New Issue
Block a user