Improve remote rule-set update

This commit is contained in:
世界
2026-06-13 15:49:05 +08:00
parent 6ffb744881
commit 9be5bbcd24
6 changed files with 98 additions and 42 deletions
-1
View File
@@ -46,7 +46,6 @@ type ConnectionRouterEx interface {
type RuleSet interface {
Name() string
StartContext(ctx context.Context, startContext *HTTPStartContext) error
PostStart() error
Metadata() RuleSetMetadata
ExtractIPSet() []*netipx.IPSet
IncRef()