Files
crosstyanandClaude Opus 4.8 74905def9a Add Chinese RFC 2217 serial-over-frp deployment guide
Split the manual into a README index plus docs/ sections covering
hardware selection, Linux and Windows serial servers, shared frpc
configuration via env templating, client testing, security, and
troubleshooting. Store real frpc credentials in an ignored .env and
track images with Git LFS.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-17 15:04:52 +08:00

6 lines
299 B
Bash

# 复制为 .env 并填入真实值;.env 已被 .gitignore 忽略,不会进入版本库。
# frpc.toml 用 {{ .Envs.FRP_SERVER_ADDR }} 等模板引用这些变量,启动时从进程环境渲染。
FRP_SERVER_ADDR=your-frps-host.example.com
FRP_SERVER_PORT=21315
FRP_AUTH_TOKEN=your-frps-token