feat: support inline proxy provider

This commit is contained in:
wwqgtxx
2024-12-25 10:23:55 +08:00
parent 20739f5db7
commit 72a126e580
6 changed files with 237 additions and 182 deletions

View File

@@ -84,7 +84,6 @@ type ProxyProvider interface {
Version() uint32
RegisterHealthCheckTask(url string, expectedStatus utils.IntRanges[uint16], filter string, interval uint)
HealthCheckURL() string
SetSubscriptionInfo(userInfo string)
}
// RuleProvider interface