CloudburstMC / Protocol

A protocol library for Minecraft Bedrock Edition
https://git.io/ProtocolLib
Apache License 2.0
312 stars 95 forks source link

Support proxying connections #152

Closed Cubxity closed 1 year ago

Cubxity commented 2 years ago

Add support for proxying connections via a proxy, such as SOCKS5. This is useful for networking behind a firewall or other application-specific usecases.

SupremeMortal commented 1 year ago

Version 3.0 supports modifying the entire netty pipeline, so it is possible to integrate a custom solution to support SOCKS5 however, there is no plan for it to be directly supported by this library.