You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is there any way to Route all traffic to Socks5 proxy without config it into FireFox? For example first all traffic route through port 8888 in client and then i route all the traffic that comes to port 8888 in client to the server like this
wstunnel client -L socks5://127.0.0.1:8888 wss://serverIP
because for socks 5 i have to use firefox and it dose not support natively in Android and iOS and windows and because i want to do it by myself i do not want to use third party programs.
Dose anyone know how to do this? or is there any Golang or Rust project that dose this so i can use?
The text was updated successfully, but these errors were encountered:
is there any way to Route all traffic to Socks5 proxy without config it into FireFox? For example first all traffic route through port 8888 in client and then i route all the traffic that comes to port 8888 in client to the server like this
wstunnel client -L socks5://127.0.0.1:8888 wss://serverIP
because for socks 5 i have to use firefox and it dose not support natively in Android and iOS and windows and because i want to do it by myself i do not want to use third party programs.
Dose anyone know how to do this? or is there any Golang or Rust project that dose this so i can use?
The text was updated successfully, but these errors were encountered: