Files
nexus/wiki/entities/FRP.md
2026-04-16 20:05:13 +08:00

36 lines
950 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
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]]