新增sp工具

This commit is contained in:
2025-03-19 14:21:43 +08:00
parent 7dbe057457
commit f8ae17363c
2 changed files with 133 additions and 0 deletions

View File

@@ -165,3 +165,26 @@ bf gitea /opt/gitea
``` bash
bf gitea /opt/gitea /root/gitea.key
```
<br/>
## sp
设置系统代理工具。
**参数说明:**
- `$1` 代理URL
**使用方式:**
```bash
sp 代理URL
```
示例:
- 设置代理为 `192.168.1.100:30000`
``` bash
sp 192.168.1.100:30000
```