fix: proxy-groups filter logic
This commit is contained in:
@@ -39,6 +39,10 @@ type streamOption struct {
|
||||
obfsOption *simpleObfsOption
|
||||
}
|
||||
|
||||
func (s *Snell) IsProxyGroup() bool {
|
||||
return false
|
||||
}
|
||||
|
||||
func streamConn(c net.Conn, option streamOption) *snell.Snell {
|
||||
switch option.obfsOption.Mode {
|
||||
case "tls":
|
||||
|
||||
Reference in New Issue
Block a user