mirror of
https://github.com/SagerNet/sing-box.git
synced 2026-04-11 17:47:20 +10:00
Add cache support for ssm-api
This commit is contained in:
@@ -6,6 +6,7 @@ import (
|
||||
|
||||
type SSMAPIServiceOptions struct {
|
||||
ListenOptions
|
||||
Servers *badjson.TypedMap[string, string] `json:"servers"`
|
||||
Servers *badjson.TypedMap[string, string] `json:"servers"`
|
||||
CachePath string `json:"cache_path,omitempty"`
|
||||
InboundTLSOptionsContainer
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user