feat: 一条 curl 自动装/升(未装安装、已装升级)

This commit is contained in:
Hermes
2026-07-21 14:23:31 +00:00
commit b2a7332f86
20 changed files with 3459 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
# 运维
## 正确用法
1. 系统照常上网(WiFi)— 不经过代理
2. 需要「用流量出口」时:把应用的 HTTP/SOCKS 指到 `LAN:7890`
3. `cpxy verify` 确认代理 IP ≠ 直连 IP
## 内存
```bash
MEMORY_MAX_MB=64 # 更紧
LOG_LEVEL=error
```
## 卸载
```bash
sudo systemctl disable --now cellular-proxy
sudo rm -f /etc/systemd/system/cellular-proxy.service /usr/local/bin/cpxy
sudo systemctl daemon-reload
sudo rm -rf /opt/cellular-proxy /var/lib/cellular-proxy /var/log/cellular-proxy
```