@bifrost-proxy/bifrost 0.0.47-beta → 0.0.49-beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -0
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -74,6 +74,12 @@ bifrost status
|
|
|
74
74
|
# 停止服务
|
|
75
75
|
bifrost stop
|
|
76
76
|
|
|
77
|
+
# 管理端远程访问与鉴权(Web UI)
|
|
78
|
+
bifrost admin remote status
|
|
79
|
+
bifrost admin remote enable
|
|
80
|
+
bifrost admin passwd
|
|
81
|
+
bifrost admin revoke-all
|
|
82
|
+
|
|
77
83
|
# 查看流量
|
|
78
84
|
bifrost traffic list
|
|
79
85
|
bifrost traffic search "keyword" --method POST --host api.openai.com --path /v1/responses
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bifrost-proxy/bifrost",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.49-beta",
|
|
4
4
|
"description": "High-performance HTTP/HTTPS/SOCKS5 proxy server written in Rust",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -39,14 +39,14 @@
|
|
|
39
39
|
"README.md"
|
|
40
40
|
],
|
|
41
41
|
"optionalDependencies": {
|
|
42
|
-
"@bifrost-proxy/bifrost-linux-x64": "0.0.
|
|
43
|
-
"@bifrost-proxy/bifrost-linux-arm64": "0.0.
|
|
44
|
-
"@bifrost-proxy/bifrost-linux-arm": "0.0.
|
|
45
|
-
"@bifrost-proxy/bifrost-linux-x64-musl": "0.0.
|
|
46
|
-
"@bifrost-proxy/bifrost-linux-arm64-musl": "0.0.
|
|
47
|
-
"@bifrost-proxy/bifrost-darwin-x64": "0.0.
|
|
48
|
-
"@bifrost-proxy/bifrost-darwin-arm64": "0.0.
|
|
49
|
-
"@bifrost-proxy/bifrost-win32-x64": "0.0.
|
|
50
|
-
"@bifrost-proxy/bifrost-win32-arm64": "0.0.
|
|
42
|
+
"@bifrost-proxy/bifrost-linux-x64": "0.0.49-beta",
|
|
43
|
+
"@bifrost-proxy/bifrost-linux-arm64": "0.0.49-beta",
|
|
44
|
+
"@bifrost-proxy/bifrost-linux-arm": "0.0.49-beta",
|
|
45
|
+
"@bifrost-proxy/bifrost-linux-x64-musl": "0.0.49-beta",
|
|
46
|
+
"@bifrost-proxy/bifrost-linux-arm64-musl": "0.0.49-beta",
|
|
47
|
+
"@bifrost-proxy/bifrost-darwin-x64": "0.0.49-beta",
|
|
48
|
+
"@bifrost-proxy/bifrost-darwin-arm64": "0.0.49-beta",
|
|
49
|
+
"@bifrost-proxy/bifrost-win32-x64": "0.0.49-beta",
|
|
50
|
+
"@bifrost-proxy/bifrost-win32-arm64": "0.0.49-beta"
|
|
51
51
|
}
|
|
52
52
|
}
|