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

36
wiki/entities/FRP.md Normal file
View File

@@ -0,0 +1,36 @@
---
id: frp
title: "FRP"
type: entity
tags: [frp, networking, open-source]
date: 2026-04-16
---
## Aliases
- FRP (Fast Reverse Proxy)
- Fast Reverse Proxy
## Definition
FRPFast Reverse Proxy是一个开源的内网穿透工具支持 TCP/UDP 协议,用于将内网服务通过公网服务器暴露给外部访问。
## Key Properties
- 开发语言Go
- 官方仓库https://github.com/fatedier/frp
- 最新版本0.65.0
- 支持架构x86_64 (amd64), ARM64, ARM
## Components
- **frpc**FRP 客户端Client
- **frps**FRP 服务器端Server
- **frpc.toml**客户端配置文件TOML 格式)
- **frps.toml**服务器配置文件TOML 格式)
## Use Cases
- 远程 SSH 访问内网机器
- 暴露内网 Web 服务到公网
- 端口映射和流量转发
- 开发测试环境的外网访问
## Connections
- [[FRPClient]] ← is_instance_of ← [[FRP]]
- [[FRPServer]] ← is_instance_of ← [[FRP]]