Improve remote rule-set update

This commit is contained in:
世界
2026-08-30 17:41:41 +08:00
parent 7e1187a48f
commit d8cd38d31b
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()