mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-06-13 05:44:12 +08:00
update default health check destination
This commit is contained in:
parent
24298883d9
commit
3841e65617
@ -46,7 +46,7 @@ func NewHealthCheck(outbounds []*Node, logger log.Logger, config *option.HealthC
|
||||
}
|
||||
}
|
||||
if settings.Destination == "" {
|
||||
settings.Destination = "http://www.google.com/gen_204"
|
||||
settings.Destination = "http://www.gstatic.com/generate_204"
|
||||
}
|
||||
if settings.Interval == 0 {
|
||||
settings.Interval = time.Duration(1) * time.Minute
|
||||
|
Loading…
x
Reference in New Issue
Block a user