mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-08-07 14:25:17 +03:00
Update sing-box core
This commit is contained in:
@@ -22,4 +22,5 @@ type AnyTLSOutboundOptions struct {
|
||||
IdleSessionCheckInterval badoption.Duration `json:"idle_session_check_interval,omitempty"`
|
||||
IdleSessionTimeout badoption.Duration `json:"idle_session_timeout,omitempty"`
|
||||
MinIdleSession int `json:"min_idle_session,omitempty"`
|
||||
ClientMetadata string `json:"client_metadata,omitempty"`
|
||||
}
|
||||
|
||||
@@ -90,7 +90,7 @@ type DERPMeshOptions struct {
|
||||
}
|
||||
|
||||
type _DERPSTUNListenOptions struct {
|
||||
Enabled bool
|
||||
Enabled bool `json:"enabled,omitempty"`
|
||||
ListenOptions
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user