You've already forked Xray-docs-next
mirror of
https://github.com/XTLS/Xray-docs-next.git
synced 2025-12-18 10:03:58 +08:00
修复流量信息的处理 reset 参数无效问题
This commit is contained in:
@@ -71,7 +71,7 @@ _XRAY=/usr/local/bin/xray
|
||||
apidata () {
|
||||
local ARGS=
|
||||
if [[ $1 == "reset" ]]; then
|
||||
ARGS="reset: true"
|
||||
ARGS="-reset=true"
|
||||
fi
|
||||
$_XRAY api statsquery --server=$_APISERVER "${ARGS}" \
|
||||
| awk '{
|
||||
|
||||
Reference in New Issue
Block a user