Added WARP endpoint

This commit is contained in:
Sergei Maklagin
2025-06-01 22:06:34 +03:00
parent 2cfc8092ad
commit 5c911c97d8
11 changed files with 380 additions and 0 deletions

View File

@@ -41,6 +41,8 @@ type CacheFile interface {
StoreGroupExpand(group string, expand bool) error
LoadRuleSet(tag string) *SavedBinary
SaveRuleSet(tag string, set *SavedBinary) error
LoadCloudflareProfile(tag string) *SavedBinary
SaveCloudflareProfile(tag string, set *SavedBinary) error
}
type SavedBinary struct {