During the development of the official account, the online code is frequently modified, which is tedious. At the same time, any error will affect other normal online business. Therefore, building a local environment for the development of the wechat official account can achieve the debugging code without affecting the online business. Here are a few very useful Intranet penetration tools, if there are other recommendations, welcome to add

  1. frp

FRP is a high-performance reverse proxy application that enables you to easily penetrate the internal network, provide services to the external network, support protocols such as TCP, HTTP, and HTTPS, and enable routing and forwarding based on domain names for Web services.

Project Address:

https://github.com/fatedier/frp
Copy the code

Use steps:

A. Deploy FRPS on the cloud server

B. Run the FRPC on the local server

  1. ngrok

Ngrok is a reverse proxy that establishes a secure channel between a common endpoint and a Web server running locally.

Official website address:

https://ngrok.com
Copy the code

Use steps:

A. Access the official website of Ngrok, register an account, and download the client

B. Run ngrok on the local server

./ngrok rules Ken Authorization codeCopy the code

C. Add a mapping to forward the HTTP mapping to local port 80

./ngrok http 80
Copy the code
  1. Dragonfly mapping

Dragonfly mapping is a completely free port mapping tool that integrates dynamic domain name resolution and Intranet penetration. Supports various types of application services (office OA, ERP, video surveillance, wechat development, etc.). Dragonfly mapping enables Internet users to access Intranet servers without assigning public IP addresses or dynamic domain names.

The website address

https://flynat.51miaole.com
Copy the code

Use steps:

A. Download the client to the target host and run it.

B. Add a mapping and set the mapping protocol and local port

C. Copy the access address and test the access in the browser

  1. natapp

An Intranet mapping tool based on ngrok. The free version provides HTTP, TCP, and UDP full tunnel penetration, random domain name/random TCP,UDP port, and mandatory domain name/port change from time to time, and customized local port.

Official website address:

https://natapp.cn
Copy the code

Use steps:

A. Access the official website, download the client to the target host, and run the client

B. Purchase a tunnel and set the tunnel protocol and port