mirror of
https://github.com/SunBK201/UA3F.git
synced 2025-12-15 16:22:07 +00:00
docs: update readme
This commit is contained in:
parent
6534bedda2
commit
377ac7b0bb
31
README.md
31
README.md
@ -10,15 +10,26 @@
|
||||
|
||||
UA3F 是一个 HTTP Header 重写工具,作为一个 HTTP、SOCKS5、TPROXY、REDIRECT、NFQUEUE 服务对 HTTP 请求 Header (例如 User-Agent) 进行透明重写。
|
||||
|
||||
## 特性
|
||||
|
||||
- 多种服务模式:HTTP、SOCKS5、TPROXY、REDIRECT、NFQUEUE([UA2F](https://github.com/Zxilly/UA2F))
|
||||
- 高度灵活的重写规则系统,支持多种规则类型与重写策略
|
||||
- 实时统计面板,支持流量修改监控与分析
|
||||
- 支持 opkg 安装、编译安装、Docker 部署多种方式
|
||||
- 兼容 Clash Fake-IP & Redir-Host 多种模式伴生运行
|
||||
- 支持 TTL,TCP Timestamp,TCP Window,IPID 伪装
|
||||
- 支持 TCP Desync 分片乱序发射,用于对抗部分深度包检测(DPI)
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<ul>
|
||||
<li>应用层服务模式:HTTP、SOCKS5</li>
|
||||
<li>传输层服务模式:TPROXY、REDIRECT</li>
|
||||
<li>网络层服务模式:NFQUEUE(<a href="https://github.com/Zxilly/UA2F">UA2F</a>)</li>
|
||||
<li>高度灵活的重写规则系统,支持多种规则类型与重写策略</li>
|
||||
<li>实时统计面板,支持流量修改监控与分析</li>
|
||||
<li>支持 opkg 安装、编译安装、Docker 部署多种方式</li>
|
||||
<li>兼容 Clash Fake-IP & Redir-Host 多种模式伴生运行</li>
|
||||
<li>支持 TTL,TCP Timestamp,TCP Window,IPID 伪装</li>
|
||||
<li>支持 TCP Desync 分片乱序发射,用于对抗深度包检测(DPI)</li>
|
||||
</ul>
|
||||
</td>
|
||||
<td>
|
||||
<img src="https://sunbk201.oss-cn-beijing.aliyuncs.com/img/ua3f-210.png" alt="UA3F" width="300">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
@ -27,8 +38,6 @@ UA3F 是一个 HTTP Header 重写工具,作为一个 HTTP、SOCKS5、TPROXY、
|
||||
</tr>
|
||||
</table>
|
||||
|
||||

|
||||
|
||||
## 部署
|
||||
|
||||
提供 3 种部署方式:
|
||||
|
||||
@ -20,6 +20,10 @@ UA3F is an HTTP Header rewriting tool that transparently rewrites HTTP request h
|
||||
- Supports TTL, TCP Timestamp, TCP Window and IP ID obfuscation
|
||||
- Supports TCP Desync fragment reordering to evade Deep Packet Inspection (DPI)
|
||||
|
||||
<div align="center">
|
||||
<img src="https://sunbk201.oss-cn-beijing.aliyuncs.com/img/ua3f-210.png" alt="UA3F" style="width:40%;">
|
||||
</div>
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td><img src="https://sunbk201.oss-cn-beijing.aliyuncs.com/img/ua3f-luci160.png" alt="UA3F-LuCI"></td>
|
||||
@ -27,8 +31,6 @@ UA3F is an HTTP Header rewriting tool that transparently rewrites HTTP request h
|
||||
</tr>
|
||||
</table>
|
||||
|
||||

|
||||
|
||||
## Deployment
|
||||
|
||||
Three deployment methods are available:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user