mirror of
https://github.com/kenzok8/small-package.git
synced 2026-02-08 07:37:13 +08:00
update 04-24 23:42:09
This commit is contained in:
@@ -997,8 +997,9 @@ end
|
||||
local function observatory()
|
||||
if proxy.observatory == "1" then
|
||||
return {
|
||||
subjectSelector = {"tcp_outbound", "udp_outbound"},
|
||||
probeInterval = "1s"
|
||||
subjectSelector = {"tcp_outbound", "udp_outbound", "direct"},
|
||||
probeInterval = "1s",
|
||||
probeUrl = "http://www.apple.com/library/test/success.html"
|
||||
}
|
||||
end
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user