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