mirror of
https://github.com/SunBK201/UA3F.git
synced 2025-12-16 16:57:08 +00:00
docs: readme update
This commit is contained in:
parent
a1af98f6c2
commit
16eca98798
@ -9,10 +9,15 @@ UA3F 是新一代 HTTP User-Agent 修改方法,对外作为一个 SOCK5 服务
|
|||||||
[Release](https://github.com/SunBK201/UA3F/releases) 页面已经提供常见架构的编译版本,可以根据自己架构下载并解压到路由器等设备上。
|
[Release](https://github.com/SunBK201/UA3F/releases) 页面已经提供常见架构的编译版本,可以根据自己架构下载并解压到路由器等设备上。
|
||||||
|
|
||||||
安装(升级)脚本:
|
安装(升级)脚本:
|
||||||
```bash
|
```sh
|
||||||
export url='https://blog.sunbk201.site/cdn' && sh -c "$(curl -kfsSl $url/install.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 命令:
|
关闭或重启 UA3F 命令:
|
||||||
```bash
|
```bash
|
||||||
# 关闭 UA3F
|
# 关闭 UA3F
|
||||||
service ua3f.service start
|
service ua3f.service stop
|
||||||
# 重启 UA3F
|
# 重启 UA3F
|
||||||
service ua3f.service restart
|
service ua3f.service restart
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user