update 04-24 23:42:09

This commit is contained in:
github-actions[bot]
2022-04-24 23:42:09 +08:00
parent 8e3253ca18
commit c94a5bbd8f
15 changed files with 124 additions and 71 deletions

View File

@@ -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