Go to file
fatedier 740fb05b21 build: remove godep command(can not download packages in golang.org used in latest godep version) 2016-06-07 22:17:37 +08:00
Godeps Godeps: add package gin for dashboard 2016-05-19 00:26:16 +08:00
conf all: add "--reload" command for frps, reload ini file without kill old program 2016-06-03 17:51:45 +08:00
doc doc: update 2016-04-19 19:02:13 +08:00
src/frp all: format 2016-06-07 11:15:59 +08:00
test utils/conn: fix a socket error in windows 2016-06-06 11:43:41 +08:00
.gitignore test: add function testing case 2016-05-17 19:13:37 +08:00
.travis.yml test: add function testing case 2016-05-17 19:13:37 +08:00
LICENSE Initial commit 2015-12-21 23:24:59 +08:00
Makefile build: remove godep command(can not download packages in golang.org used in latest godep version) 2016-06-07 22:17:37 +08:00
Makefile.cross-compiles build: remove godep command(can not download packages in golang.org used in latest godep version) 2016-06-07 22:17:37 +08:00
README.md doc: update 2016-06-03 18:15:01 +08:00
README_zh.md utils/conn: fix a socket error in windows 2016-06-06 11:43:41 +08:00
cross_compiles_package.sh build: support linux/arm and darwin 2016-05-15 13:30:14 +08:00

README.md

frp

Build Status

README | 中文文档

What is frp?

frp is a fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.

What can I do with frp?

  • Expose any http service behind a NAT or firewall to the internet by a server with public IP address(Name-based Virtual Host Support).
  • Expose any tcp service behind a NAT or firewall to the internet by a server with public IP address.
  • Inspect all http requests/responses that are transmitted over the tunnel(future).

Status

frp is under development and you can try it with latest release version.Master branch for releasing stable version when dev branch for developing.

We may change any protocol and can't promise backward compatible before version 1.x.

Quick Start

Read the QuickStart

Tcp port forwarding

Http port forwarding and Custom domain binding

Architecture

architecture

Contributing

Interested in getting involved? We would like to help you!

Note: We prefer you to give your advise in issues, so others with a same question can search it quickly and we don't need to answer them repeatly.

Contributors