feat: 修改应用 README

This commit is contained in:
wanghe-fit2cloud
2023-09-21 16:22:29 +08:00
parent 47375436a2
commit ac9127d0db
69 changed files with 1019 additions and 1746 deletions
+12 -14
View File
@@ -1,17 +1,15 @@
## What is frp?
# frp
frp is a fast reverse proxy that allows you to expose a local server located behind a NAT or firewall to the Internet. It currently supports **TCP** and **UDP**, as well as **HTTP** and **HTTPS** protocols, enabling requests to be forwarded to internal services via domain name.
**frpFast Reverse Proxy** 是一款开源的高性能反向代理工具,它允许您在不同网络之间建立安全的通信通道,用于实现端口映射、内网穿透和远程访问等多种网络连接需求。
frp also offers a P2P connect mode.
## 主要功能:
## Development Status
frp is currently under development. You can try the latest release version in the `master` branch, or use the `dev` branch to access the version currently in development.
We are currently working on version 2 and attempting to perform some code refactoring and improvements. However, please note that it will not be compatible with version 1.
We will transition from version 0 to version 1 at the appropriate time and will only accept bug fixes and improvements, rather than big feature requests.
## Architecture
![architecture](https://raw.githubusercontent.com/fatedier/frp/dev/doc/pic/architecture.png)
- **反向代理服务**:frp 允许您将外部流量转发到内部网络中的应用程序或服务,使外部用户可以访问您的内部资源,如Web服务器、数据库或其他应用程序。
- **端口映射**:您可以使用 frp 轻松设置端口映射,将外部请求转发到内部设备的特定端口,这对于在不同网络之间共享服务非常有用。
- **内网穿透**:frp 支持内网穿透,使您可以通过公共互联网轻松访问位于受限网络中的设备或服务,无需复杂的网络配置。
- **TCP/UDP 支持**frp 不仅支持 TCP 流量的代理,还支持 UDP 流量,适用于各种应用场景,如在线游戏或实时通信。
- **安全性**:frp 支持使用加密协议来保护数据传输的安全性,如TLS/SSL,以确保通信过程中的数据保密性和完整性。
- **多用户支持**:frp 允许您配置多个用户和权限,以细粒度控制对代理服务的访问权限,增强安全性。
- **跨平台**:frp 可在多个操作系统上运行,包括Linux、Windows和macOS,因此适用于各种不同的环境。
- **开源和自定义配置**:frp 是开源软件,允许您根据特定需求自定义配置,以满足各种使用情况。
- **活跃的社区支持**:frp 有一个积极的开发社区,提供广泛的文档和支持,以帮助用户快速入门和解决问题。