CCBlueX / Old-LiquidBounce-Issues

Issue tracker for LiquidBounce.
https://liquidbounce.net
20 stars 8 forks source link

Proxy Manager (only socks) #2009

Open 1zun4 opened 6 years ago

1zun4 commented 6 years ago
ghost commented 6 years ago

Proxy manager in a client, that means easly changing IP without the need of VPN (ofc have to get proxies first)? That would be really good

Gegreenpeaced commented 6 years ago

wie funktioniert das eigendlich?

Gegreenpeaced commented 6 years ago

also wie benutze ich das? Das Fenster ist bei mir ausgegraut

shiewa commented 5 years ago

Add to b58 milestone plihs

shiewa commented 5 years ago

very urgent!11111

SenkJu commented 5 years ago

Instead of trying to use Minecrafts unfinished proxy support this should be the concept:

Lytexx commented 4 years ago

+1 please continue this

icelimetea commented 4 years ago

There are some utilities that hooking sockets and proxifying them.

skidunion commented 4 years ago

Latest versions of Netty support SOCKS proxies, could be done using Channel#pipeline().addLast(new Socks4/5ProxyHandler(...));

icelimetea commented 4 years ago

Latest versions of Netty support SOCKS proxies, could be done using Channel#pipeline().addLast(new Socks4/5ProxyHandler(...));

Minecraft doesn't support latest versions of Netty so idk.