Troubleshooting a Client Environment Issue: Some HTTP GET Requests Are Blocked?

Troubleshooting a Client Environment Issue: Some HTTP GET Requests Are Blocked?

Hello everyone, today I will share the troubleshooting process and thoughts regarding an issue in a client’s environment, hoping it can help everyone in similar incidents in the future. For related series of troubleshooting articles, please refer to the following: (Must-read) Troubleshooting Network Issues in Production Environments How to Debug Running Golang Programs? Severe Issue … Read more

Building a Linux Socks5 Server Solution

Building a Linux Socks5 Server Solution

Why is Linux the Preferred Choice for Building a Socks5 Server? In today’s increasingly complex network proxy demands, the Linux Socks5 server, with its stability, customizability, and open-source ecosystem advantages, has become the core choice for enterprise-level proxy deployment and personal network optimization. Compared to Windows, Linux’s low resource consumption (only requires 512MB of memory … Read more

Implementing a Simple HTTP Proxy in Golang

Implementing a Simple HTTP Proxy in Golang

This article provides a detailed introduction to implementing an HTTP proxy using Golang. Those who have a need in practical applications can learn from it! A proxy is an important function in networking, serving to retrieve network information on behalf of network users. Figuratively speaking, it acts as a transfer station for network information. For … Read more