Closed TGSAN closed 1 year ago
I want to listen to the socks5 or http proxy on Glider and then forward the request from IP address A port to the same port of IP address B.
Example:
glider -listen ":8080" -forward "any://1.1.1.1:*"
Client Request 1.2.3.4:80 (TCP) ----> Glider(socks5://:8080) ----> tcp://1.1.1.1:80 Client Request 1.2.3.4:443 (UDP) ----> Glider(socks5://:8080) ----> udp://1.1.1.1:443
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days.
I want to listen to the socks5 or http proxy on Glider and then forward the request from IP address A port to the same port of IP address B.
Example: