Update On Tue Mar 11 19:38:08 CET 2025

This commit is contained in:
github-action[bot]
2025-03-11 19:38:09 +01:00
parent 4f7c5733b4
commit 86691f47f0
86 changed files with 5180 additions and 4814 deletions
-1
View File
@@ -153,7 +153,6 @@ type ProxyAdapter interface {
type Group interface {
URLTest(ctx context.Context, url string, expectedStatus utils.IntRanges[uint16]) (mp map[string]uint16, err error)
GetProxies(touch bool) []Proxy
Touch()
}