更新FRP配置笔记

This commit is contained in:
billyshen
2026-03-24 07:26:26 +08:00
parent 43b7be545f
commit bc96301f71
2 changed files with 16 additions and 12 deletions

View File

@@ -14,13 +14,10 @@
| macmini | `/opt/frp/frp_0.65.0_darwin_arm64` | `frpc.toml` |
| ubuntu1 | `/opt/frp/frp_0.65.0_linux_amd64` | `frpc.toml` |
| ubuntu2 | `/opt/frp/frp_0.65.0_linux_amd64` | `frpc.toml` |
| NAS | `/opt/frp_0.65.0_linux_amd64` | `frpc.toml` |
> ⚠️ **注意**: NAS 的 FRP 目录路径与其他服务器不同,没有中间的 `frp/` 子目录
| NAS | `/opt/frp/frp_0.65.0_linux_amd64` | `frpc.toml` |
| | | |
---
## FRP 服务器信息
| 配置项 | 值 |
@@ -441,7 +438,7 @@ tmux attach -t frpc
./frpc -c frpc.toml
```
### Ubuntu
### Ubuntu1/Ubuntu2/NAS
#### 查看状态
```bash
@@ -457,7 +454,7 @@ systemctl restart frpc
#### 配置FRP service
```bash
cd /etc/systemd/system
# Reload systemd manager configuration
systemctl daemon-reload
@@ -473,7 +470,18 @@ systemctl status frpc
```
#### frpc.service
#### 配置frpc.service
```
cd /etc/systemd/system
# ubuntu1/ubuntu2
nano frpc.service
# nas
vi frpc.service
```
```python
[Unit]
Description=frp client

View File

@@ -1,10 +1,6 @@
# oh-my-openagent (omo) 研究笔记
#oh-my-openagent #omo #opencode
> 来源: https://github.com/code-yeongyu/oh-my-openagent
> 记录时间: 2026-03-20
## 核心理念
- **不绑定单一模型**: Claude / Kimi / GLM 用于编排GPT 用于推理Minimax 用于速度Gemini 用于创意