mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-04 04:17:36 +03:00
Add idle_timeout
for URLTest outbound
This commit is contained in:
parent
a99deb2cb5
commit
f1e3a59db3
5 changed files with 62 additions and 17 deletions
|
@ -11,5 +11,6 @@ type URLTestOutboundOptions struct {
|
|||
URL string `json:"url,omitempty"`
|
||||
Interval Duration `json:"interval,omitempty"`
|
||||
Tolerance uint16 `json:"tolerance,omitempty"`
|
||||
IdleTimeout Duration `json:"idle_timeout,omitempty"`
|
||||
InterruptExistConnections bool `json:"interrupt_exist_connections,omitempty"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue