new: filter tags includes §hide§ for example for detour
This commit is contained in:
@@ -408,6 +408,9 @@ func BuildConfig(opt ConfigOptions, input option.Options) (*option.Options, erro
|
|||||||
case C.TypeCustom:
|
case C.TypeCustom:
|
||||||
continue
|
continue
|
||||||
default:
|
default:
|
||||||
|
if strings.Contains(out.Tag, "§hide§") {
|
||||||
|
continue
|
||||||
|
}
|
||||||
tags = append(tags, out.Tag)
|
tags = append(tags, out.Tag)
|
||||||
outbounds = append(outbounds, out)
|
outbounds = append(outbounds, out)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user