You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-15Lines changed: 21 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,6 @@
6
6
7
7
[README](README.md) | [中文文档](README_zh.md)
8
8
9
-
## What is frp?
10
-
11
-
frp is a fast reverse proxy to help you expose a local server behind a NAT or firewall to the Internet. As of now, it supports **TCP** and **UDP**, as well as **HTTP** and **HTTPS** protocols, where requests can be forwarded to internal services by domain name.
12
-
13
-
frp also has a P2P connect mode.
14
-
15
9
<h3align="center">Platinum Sponsors</h3>
16
10
<!--platinum sponsors start-->
17
11
@@ -23,10 +17,27 @@ frp also has a P2P connect mode.
frp is a fast reverse proxy to help you expose a local server behind a NAT or firewall to the Internet. As of now, it supports **TCP** and **UDP**, as well as **HTTP** and **HTTPS** protocols, where requests can be forwarded to internal services by domain name.
38
+
39
+
frp also has a P2P connect mode.
40
+
30
41
## Table of Contents
31
42
32
43
<!-- vim-markdown-toc GFM -->
@@ -82,8 +93,7 @@ frp also has a P2P connect mode.
82
93
*[Development Plan](#development-plan)
83
94
*[Contributing](#contributing)
84
95
*[Donation](#donation)
85
-
*[AliPay](#alipay)
86
-
*[Wechat Pay](#wechat-pay)
96
+
*[GitHub Sponsors](#github-sponsors)
87
97
*[PayPal](#paypal)
88
98
89
99
<!-- vim-markdown-toc -->
@@ -1092,15 +1102,11 @@ Interested in getting involved? We would like to help you!
1092
1102
1093
1103
If frp helps you a lot, you can support us by:
1094
1104
1095
-
frp QQ group: 606194980
1096
-
1097
-
### AliPay
1098
-
1099
-

1105
+
### GitHub Sponsors
1100
1106
1101
-
### Wechat Pay
1107
+
Support us by [Github Sponsors](https://github.com/sponsors/fatedier).
* Added `connect_server_local_ip` in frpc to specify local IP connected to frps.
4
-
* Added `tcp_mux_keepalive_interval` both in frpc and frps to set `tcp_mux` keepalive interval seconds if `tcp_mux` is enabled. After using this params, you can set `heartbeat_interval` to `-1` to disable application layer heartbeat to reduce traffic usage(Make sure frps is in the latest version).
5
-
6
-
### Improve
7
-
8
-
* Server Plugin: Added `client_address` in Login Operation.
0 commit comments