docs: readme update

This commit is contained in:
SunBK201 2023-12-08 16:06:27 +08:00
parent a1af98f6c2
commit 16eca98798

View File

@ -9,10 +9,15 @@ UA3F 是新一代 HTTP User-Agent 修改方法,对外作为一个 SOCK5 服务
[Release](https://github.com/SunBK201/UA3F/releases) 页面已经提供常见架构的编译版本,可以根据自己架构下载并解压到路由器等设备上。
安装(升级)脚本:
```bash
```sh
export url='https://blog.sunbk201.site/cdn' && sh -c "$(curl -kfsSl $url/install.sh)"
```
脚本执行成功后可通过以下命令启动 UA3F
```sh
service ua3f.service start
```
## 使用
参数:
@ -50,7 +55,7 @@ service ua3f.service start
关闭或重启 UA3F 命令:
```bash
# 关闭 UA3F
service ua3f.service start
service ua3f.service stop
# 重启 UA3F
service ua3f.service restart
```