ginuerzh / gost

GO Simple Tunnel - a simple tunnel written in golang
MIT License
15.84k stars 2.47k forks source link

Have socks4 proxy, its works with proxychains - what the command I need for gost? #741

Open antonbek89 opened 3 years ago

antonbek89 commented 3 years ago

I have a server (102.141.21.6:5678) and socks4a was config - I check it with proxychains and its work well

For example

proxychains nmap 10.10.10.10 Host discovery disabled (-Pn). All addresses will be marked 'up' and scan times will be slower. Starting Nmap 7.91 ( https://nmap.org ) at 2021-08-06 02:11 EDT [proxychains] Strict chain ... 102.141.21.6:5678 ... 10.10.10.10:80 ... OK

What command do I need to do the same with gost ?

ginuerzh commented 2 years ago

try gost -L :8080 -F socks4a://102.141.21.6:5678