@bifrost-proxy/bifrost 0.0.44-beta → 0.0.45-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.
Files changed (2) hide show
  1. package/README.md +1 -6
  2. package/package.json +10 -10
package/README.md CHANGED
@@ -51,7 +51,7 @@ npm i @bifrost-proxy/bifrost
51
51
  启动代理:
52
52
 
53
53
  ```bash
54
- bifrost start
54
+ bifrost start -d
55
55
  ```
56
56
 
57
57
  启动后访问管理端:
@@ -60,11 +60,6 @@ bifrost start
60
60
  http://127.0.0.1:9900/_bifrost/
61
61
  ```
62
62
 
63
- 启用 HTTPS 拦截:
64
-
65
- ```bash
66
- bifrost start --intercept
67
- ```
68
63
 
69
64
  ## 基本用法摘要
70
65
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bifrost-proxy/bifrost",
3
- "version": "0.0.44-beta",
3
+ "version": "0.0.45-beta",
4
4
  "description": "High-performance HTTP/HTTPS/SOCKS5 proxy server written in Rust",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -32,14 +32,14 @@
32
32
  "README.md"
33
33
  ],
34
34
  "optionalDependencies": {
35
- "@bifrost-proxy/bifrost-linux-x64": "0.0.44-beta",
36
- "@bifrost-proxy/bifrost-linux-arm64": "0.0.44-beta",
37
- "@bifrost-proxy/bifrost-linux-arm": "0.0.44-beta",
38
- "@bifrost-proxy/bifrost-linux-x64-musl": "0.0.44-beta",
39
- "@bifrost-proxy/bifrost-linux-arm64-musl": "0.0.44-beta",
40
- "@bifrost-proxy/bifrost-darwin-x64": "0.0.44-beta",
41
- "@bifrost-proxy/bifrost-darwin-arm64": "0.0.44-beta",
42
- "@bifrost-proxy/bifrost-win32-x64": "0.0.44-beta",
43
- "@bifrost-proxy/bifrost-win32-arm64": "0.0.44-beta"
35
+ "@bifrost-proxy/bifrost-linux-x64": "0.0.45-beta",
36
+ "@bifrost-proxy/bifrost-linux-arm64": "0.0.45-beta",
37
+ "@bifrost-proxy/bifrost-linux-arm": "0.0.45-beta",
38
+ "@bifrost-proxy/bifrost-linux-x64-musl": "0.0.45-beta",
39
+ "@bifrost-proxy/bifrost-linux-arm64-musl": "0.0.45-beta",
40
+ "@bifrost-proxy/bifrost-darwin-x64": "0.0.45-beta",
41
+ "@bifrost-proxy/bifrost-darwin-arm64": "0.0.45-beta",
42
+ "@bifrost-proxy/bifrost-win32-x64": "0.0.45-beta",
43
+ "@bifrost-proxy/bifrost-win32-arm64": "0.0.45-beta"
44
44
  }
45
45
  }