The use of FRP in Intranet Tunnel Agent Technology (16)

The use and introduction of FRP

FRP introduction

FRP (Fast Reverse Proxy) is a high-performance reverse proxy application developed in Go language, which can easily penetrate the internal network and provide services to the external network. FRP supports TCP, UDP, HTTP, HTTPS and other protocol types. It supports point-to-point forwarding and full traffic forwarding. One of the biggest features of FRP is the use of SOCKS proxy, and SOCKS is encrypted communication, similar to making an encrypted tunnel , the traffic from the external network can be penetrated to the internal network through an encrypted tunnel. The effect is somewhat similar to a VPN

FRP download address:https://github.com/fatedier/frp/releases

insert image description here

FRP manual:https://gofrp.org/docs/

insert image description here

As follows, after we download the FRP tool locally and decompress it, the files in the tool are shown in the figure. FRP is mainly divided into two files, frps and frpc, frps is the FRP Server server, frpc is the FRP Client client, and the .ini suffix is the configuration file, and the .exe suffix is ​​the running file

insert image description here

Let's give an example here, we are now entering

Guess you like

Origin blog.csdn.net/qq_64973687/article/details/132353708