Add cache_id option for Clash cache file

This commit is contained in:
世界
2023-05-09 17:58:59 +08:00
parent e2c7ae77be
commit f499295c2a
5 changed files with 56 additions and 12 deletions

View File

@@ -10,6 +10,7 @@ type ClashAPIOptions struct {
StoreSelected bool `json:"store_selected,omitempty"`
StoreFakeIP bool `json:"store_fakeip,omitempty"`
CacheFile string `json:"cache_file,omitempty"`
CacheID string `json:"cache_id,omitempty"`
}
type SelectorOutboundOptions struct {