mirror of
https://github.com/SunBK201/UA3F.git
synced 2025-12-16 16:57:08 +00:00
docs: update readme
This commit is contained in:
parent
80d56be25d
commit
ff9dd37ce3
@ -14,8 +14,8 @@ UA3F 是下一代 HTTP User-Agent 重写工具,作为一个 SOCKS5/TPROXY/REDI
|
|||||||
|
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td><img src="https://sunbk201.oss-cn-beijing.aliyuncs.com/img/ua3f-luci" alt="UA3F-LuCI"></td>
|
<td><img src="https://sunbk201.oss-cn-beijing.aliyuncs.com/img/ua3f-luci.png" alt="UA3F-LuCI"></td>
|
||||||
<td><img src="https://sunbk201.oss-cn-beijing.aliyuncs.com/img/ua3f-statistics" alt="UA3F-Statistics"></td>
|
<td><img src="https://sunbk201.oss-cn-beijing.aliyuncs.com/img/ua3f-stat.png" alt="UA3F-Statistics"></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
@ -90,7 +90,7 @@ sudo -u shellcrash /usr/bin/ua3f
|
|||||||
- `-s`: 部分替换,仅替换正则匹配到的部分
|
- `-s`: 部分替换,仅替换正则匹配到的部分
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
### Clash 配置建议
|
## Clash 配置
|
||||||
|
|
||||||
Clash 与 UA3F 的配置部署教程详见:[UA3F 与 Clash 从零开始的部署教程](https://sunbk201public.notion.site/UA3F-Clash-16d60a7b5f0e457a9ee97a3be7cbf557?pvs=4)
|
Clash 与 UA3F 的配置部署教程详见:[UA3F 与 Clash 从零开始的部署教程](https://sunbk201public.notion.site/UA3F-Clash-16d60a7b5f0e457a9ee97a3be7cbf557?pvs=4)
|
||||||
|
|
||||||
|
|||||||
@ -32,7 +32,7 @@ nft_available() { command -v nft >/dev/null 2>&1; }
|
|||||||
ipt_available() { command -v iptables >/dev/null 2>&1; }
|
ipt_available() { command -v iptables >/dev/null 2>&1; }
|
||||||
detect_backend() {
|
detect_backend() {
|
||||||
if nft_available; then
|
if nft_available; then
|
||||||
FW_BACKEND="ipt"
|
FW_BACKEND="nft"
|
||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
if ipt_available; then
|
if ipt_available; then
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user