Auto-sync: 2026-04-16 20:05

This commit is contained in:
2026-04-16 20:05:13 +08:00
parent db72ecb4f6
commit ee6406f30c
43 changed files with 1786 additions and 12 deletions

View File

@@ -0,0 +1,29 @@
---
id: frpserver
title: "FRP 服务器"
type: entity
tags: [frp, networking, server]
date: 2026-04-16
---
## Definition
FRPServer 是 FRP 的服务器端组件frps运行在有公网 IP 的服务器上,负责接收来自 FRP 客户端的连接并转发流量到目标服务。
## Key Properties
- 程序名frps
- 配置文件frps.toml
- 默认端口7000控制连接
- 认证方式token
## Configuration Parameters
| 参数 | 说明 |
|------|------|
| serverAddr | 服务器监听地址 |
| serverPort | 服务器监听端口 |
| auth.token | 认证 token |
| vhostHttpPort | HTTP 虚拟主机端口 |
| vhostHttpsPort | HTTPS 虚拟主机端口 |
## Connections
- [[FRPServer]] ← runs_on ← [[VPS]]
- [[FRPServer]] ← accepts_connections_from ← [[FRPClient]]