update:openwrt

This commit is contained in:
dichgrem
2025-07-14 22:58:19 +08:00
parent 79c32ed073
commit 80d8c193cc
17 changed files with 31 additions and 1 deletions

View File

@ -440,6 +440,23 @@ src/gz kwrt_kiddin9 https://dl.openwrt.ai/releases/24.10/packages/x86_64/kiddin9
| **UI 管理** | ✅Web UI、桌面端 GUI | ✅OpenClash Web UI | ✅Luci Web UI | ❌Shell 终端管理) |
| **适用场景** | 性能较好,但分流设置复杂 | 适用于clash系,机场首选 | 操作简单,分流完善,但对路由器性能要求较高 | 没有UI界面性能最好支持完善可以通过clashapi安装UI |
## 开启BBR
```
vi /etc/sysctl.conf
添加以下两行:
net.core.default_qdisc=fq_codel
net.ipv4.tcp_congestion_control=bbr
保存后应用更改:
sysctl -p
检查
sysctl net.ipv4.tcp_congestion_control
```
## 校园网多设备防检测
**常见检测方法**

View File

@ -529,6 +529,19 @@
<tr><td><strong>UI 管理</strong></td><td>Web UI、桌面端 GUI</td><td>OpenClash Web UI</td><td>Luci Web UI</td><td>Shell 终端管理)</td></tr>
<tr><td><strong>适用场景</strong></td><td>性能较好,但分流设置复杂</td><td>适用于clash系,机场首选</td><td>操作简单,分流完善,但对路由器性能要求较高</td><td>没有UI界面性能最好支持完善可以通过clashapi安装UI</td></tr>
</tbody></table>
<h2 id="kai-qi-bbr">开启BBR</h2>
<pre style="background-color:#151515;color:#e8e8d3;"><code><span>vi /etc/sysctl.conf
</span><span>
</span><span>添加以下两行:
</span><span>net.core.default_qdisc=fq_codel
</span><span>net.ipv4.tcp_congestion_control=bbr
</span><span>
</span><span>保存后应用更改:
</span><span>sysctl -p
</span><span>
</span><span>检查
</span><span>sysctl net.ipv4.tcp_congestion_control
</span></code></pre>
<h2 id="xiao-yuan-wang-duo-she-bei-fang-jian-ce">校园网多设备防检测</h2>
<p><strong>常见检测方法</strong></p>
<ul>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1 +1 @@
{"version":"1.3.0","languages":{"en":{"hash":"en_149cec42a2","wasm":"en","page_count":98}}}
{"version":"1.3.0","languages":{"en":{"hash":"en_77d01215f4","wasm":"en","page_count":98}}}

Binary file not shown.