mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-03 11:57:37 +03:00
Add MinIdleSession option to AnyTLS outbound
Co-authored-by: anytls <anytls>
This commit is contained in:
parent
0df40ee9aa
commit
7acefbcbf3
6 changed files with 15 additions and 5 deletions
|
@ -21,4 +21,5 @@ type AnyTLSOutboundOptions struct {
|
|||
Password string `json:"password,omitempty"`
|
||||
IdleSessionCheckInterval badoption.Duration `json:"idle_session_check_interval,omitempty"`
|
||||
IdleSessionTimeout badoption.Duration `json:"idle_session_timeout,omitempty"`
|
||||
MinIdleSession int `json:"min_idle_session,omitempty"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue