Auto-sync: 2026-04-16 20:05
This commit is contained in:
36
wiki/entities/FRP.md
Normal file
36
wiki/entities/FRP.md
Normal 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
|
||||
FRP(Fast 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]]
|
||||
Reference in New Issue
Block a user