https://github.com/NorthRealm/SocksProxyClientOfMinecraft
Use SOCKS proxy to connect to Minecraft server.
https://github.com/NorthRealm/SocksProxyClientOfMinecraft
fabricmc minecraft minecraft-client minecraft-fabric minecraft-proxy proxy socks5 socks5-proxy
Last synced: 2 months ago
JSON representation
Use SOCKS proxy to connect to Minecraft server.
- Host: GitHub
- URL: https://github.com/NorthRealm/SocksProxyClientOfMinecraft
- Owner: CrimsonEdgeHope
- License: wtfpl
- Created: 2024-01-09T11:44:07.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-12T13:40:02.000Z (7 months ago)
- Last Synced: 2024-10-14T06:22:17.776Z (7 months ago)
- Topics: fabricmc, minecraft, minecraft-client, minecraft-fabric, minecraft-proxy, proxy, socks5, socks5-proxy
- Language: Java
- Homepage: https://crimsonedgehope.github.io/SocksProxyClientOfMinecraft/
- Size: 602 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# SocksProxyClient
Modern Minecraft Java client relies on Netty to connect to multiplayer servers,
and this simple mod is able to proxy Minecraft game traffic through designated SOCKS proxy as desired.[](https://modrinth.com/mod/socksproxyclient)
## Features
- SOCKS proxy support. Explicitly proxy Minecraft game traffic.
- Convert SOCKS proxy to HTTP(S) proxy. Proxy communications with Mojang Yggdrasil auth service, player skin download endpoint, and server resource pack downloading.
- Remotely resolve Minecraft server's domain name through SOCKS proxy with the help of [DNS over HTTPS (DoH)](https://www.rfc-editor.org/rfc/rfc8484)## When to/Why should use this mod?
- You have a better network route through a proxy and want to lower your ping as much as possible.
- You have trouble accepting server resource pack because it's hosted on a provider that's blocked in your residence.
- You care about your privacy.## Prerequisites

Optional dependencies:
- [Fabric API](https://modrinth.com/mod/fabric-api)
- [YACL](https://modrinth.com/mod/yacl)
- [ModMenu](https://modrinth.com/mod/modmenu)