mirror of
https://github.com/Dichgrem/Blog.git
synced 2025-07-30 00:29:32 -04:00
update:openwrt
This commit is contained in:
@ -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
|
||||
```
|
||||
|
||||
|
||||
## 校园网多设备防检测
|
||||
|
||||
**常见检测方法**:
|
||||
|
@ -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>
|
||||
|
BIN
public/pagefind/fragment/en_6d6f308.pf_fragment
Normal file
BIN
public/pagefind/fragment/en_6d6f308.pf_fragment
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
public/pagefind/index/en_2bbdd0a.pf_index
Normal file
BIN
public/pagefind/index/en_2bbdd0a.pf_index
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
public/pagefind/index/en_6f34301.pf_index
Normal file
BIN
public/pagefind/index/en_6f34301.pf_index
Normal file
Binary file not shown.
BIN
public/pagefind/index/en_7ecd102.pf_index
Normal file
BIN
public/pagefind/index/en_7ecd102.pf_index
Normal file
Binary file not shown.
Binary file not shown.
BIN
public/pagefind/index/en_c480100.pf_index
Normal file
BIN
public/pagefind/index/en_c480100.pf_index
Normal file
Binary file not shown.
BIN
public/pagefind/index/en_e6bedcd.pf_index
Normal file
BIN
public/pagefind/index/en_e6bedcd.pf_index
Normal file
Binary file not shown.
Binary file not shown.
@ -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.
BIN
public/pagefind/pagefind.en_77d01215f4.pf_meta
Normal file
BIN
public/pagefind/pagefind.en_77d01215f4.pf_meta
Normal file
Binary file not shown.
Reference in New Issue
Block a user