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: NorthRealm
- License: bsd-3-clause
- Created: 2024-01-09T11:44:07.000Z (almost 2 years ago)
- Default Branch: 1.21.3
- Last Pushed: 2025-06-25T04:56:08.000Z (4 months ago)
- Last Synced: 2025-06-25T05:33:58.555Z (4 months ago)
- Topics: fabricmc, minecraft, minecraft-client, minecraft-fabric, minecraft-proxy, proxy, socks5, socks5-proxy
- Language: Java
- Homepage:
- Size: 1.04 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
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)