Fix multiple trackers

This commit is contained in:
xchacha20-poly1305
2025-04-03 20:01:08 +08:00
committed by 世界
parent 0b08d4ce31
commit 7afbd78b09
4 changed files with 10 additions and 10 deletions

View File

@@ -38,7 +38,7 @@ type Router interface {
ClearDNSCache()
Rules() []Rule
SetTracker(tracker ConnectionTracker)
AppendTracker(tracker ConnectionTracker)
ResetNetwork()
}