Skip to content

Commit

Permalink
launcher/manual: update for 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
natfrp-bot committed Jun 24, 2024
1 parent a16e680 commit 47a9232
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion frpc/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
| auth_time | String | 2h | 配置访问认证功能在没有勾选「记住」时授权过期时间<br>接受的后缀为 `h`/`m`/`s`,请从大到小排列,如 `1h3m10s` |
| auth_mode | String | online | 配置 SakuraFrp 访问认证功能的认证模式<br>- `online`: 允许通过密码认证或通过 SakuraFrp 面板进行授权<br>- `standalone`: 仅允许通过密码认证, 忽略 SakuraFrp 服务器下发的授权信息<br>- `server`: 不启用密码,只能通过 SakuraFrp 面板进行授权 |
| auth_redirect | String || 配置 SakuraFrp 访问认证通过后自动跳转 (或打开) 到的页面<br>请参阅 [认证后打开的 URL](/offtopic/auth-widget.md#redirect_url) 获取更多用法 |
| minecraft_detect | String | auto | 配置 Minecraft 局域网游戏监测功能<br>- `auto`: 在本地端口为 25565 时监测本地局域网游戏广播<br>- `enabled`: 监测本地局域网游戏广播<br>- `enabled_lan`: 监测整个 LAN 中的局域网游戏广播<br>- `disabled`: 禁用局域网游戏监测<br>_* frpc v0.51.0-sakura-5 及以上版本可用_ |
| minecraft_detect | String | auto | 配置 Minecraft 局域网游戏监测功能<br>- 留空: 在本地端口为 25565 时监测来自本机的局域网游戏广播<br>- `enabled`: 监测来自本机的局域网游戏广播<br>- `enabled_lan`: 监测整个 LAN 中的局域网游戏广播<br>- `disabled`: 禁用局域网游戏监测<br>_* frpc v0.51.0-sakura-5 及以上版本可用_ |

::: tip
在强制访问认证的节点上未设置访问密码(即未启用访问认证)时,将强制打开访问认证,使用 `server` 模式,您将需要在用户面板进行授权。
Expand Down
14 changes: 8 additions & 6 deletions launcher/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,12 +175,14 @@ natfrp-service remote-kdf <明文密码>

关于配置项的详细信息,请参阅 [远程管理 V2 / 进阶配置](/launcher/remote-v2.md#geek)

| 配置项 | 类型 | 默认值 | 说明 |
| --------------------------- | --------- | ------- | ------------------------------------- |
| remote_management | `Boolean` | `false` | 启用远程管理 |
| remote_management_key | `String` || 远程管理密钥,KDF 后的 32 字节 Base64 |
| remote_management_auth_mode | `String` | `nonce` | 远程管理 Challenge-Response 认证模式 |
| remote_management_auth_conf | `String` || 远程管理 Challenge-Response 认证配置 |
| 配置项 | 类型 | 默认值 | 说明 |
| ------------------------------ | --------- | ------- | ------------------------------------- |
| remote_management | `Boolean` | `false` | 启用远程管理 |
| remote_management_key | `String` || 远程管理密钥,KDF 后的 32 字节 Base64 |
| remote_management_auth_mode | `String` | `nonce` | 远程管理 Challenge-Response 认证模式 |
| remote_management_auth_conf | `String` || 远程管理 Challenge-Response 认证配置 |
| remote_management_allow_config | `Boolean` | `true` | 允许远程管理修改启动器配置 |
| remote_management_allow_update | `String` | `true` | 允许远程管理执行更新操作 |

### Web UI {#config-webui}

Expand Down

0 comments on commit 47a9232

Please sign in to comment.