https://github.com/northrealm/socksproxyclientofminecraft-1.1
Use SOCKS proxy to connect to Minecraft server.
https://github.com/northrealm/socksproxyclientofminecraft-1.1
fabric fabric-mod fabricmc fabricmc-mod minecraft minecraft-client minecraft-fabric minecraft-java minecraft-proxy proxy socks socks-proxy socks5 socks5-proxy
Last synced: 3 months ago
JSON representation
Use SOCKS proxy to connect to Minecraft server.
- Host: GitHub
- URL: https://github.com/northrealm/socksproxyclientofminecraft-1.1
- Owner: NorthRealm
- License: bsd-3-clause
- Created: 2025-06-27T13:45:17.000Z (3 months ago)
- Default Branch: 1.21.6
- Last Pushed: 2025-06-30T12:01:26.000Z (3 months ago)
- Last Synced: 2025-06-30T12:38:34.196Z (3 months ago)
- Topics: fabric, fabric-mod, fabricmc, fabricmc-mod, minecraft, minecraft-client, minecraft-fabric, minecraft-java, minecraft-proxy, proxy, socks, socks-proxy, socks5, socks5-proxy
- Language: Java
- Homepage:
- Size: 161 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- 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

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