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

@@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-xray
PKG_VERSION:=1.10.0
PKG_VERSION:=1.10.1
PKG_RELEASE:=1
PKG_LICENSE:=MPLv2
@@ -47,7 +47,7 @@ choice
config PACKAGE_XRAY_RLIMIT_DATA_SMALL
bool "Small limit (about 50MB)"
config PACKAGE_XRAY_RLIMIT_DATA_LARGE
bool "Large limit (about 200MB)"
bool "Large limit (about 210MB)"
endchoice
endmenu

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