{"id":20894047,"url":"https://github.com/urpagin/mcrandomproxy","last_synced_at":"2025-10-30T14:39:58.958Z","repository":{"id":239362022,"uuid":"799323178","full_name":"Urpagin/MCRandomProxy","owner":"Urpagin","description":"Randomly routes your Minecraft connection to servers from a predefined list!","archived":false,"fork":false,"pushed_at":"2024-12-08T13:27:06.000Z","size":4828,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-19T12:12:33.646Z","etag":null,"topics":["minecraft","minecraft-server","proxy","routing","server"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Urpagin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-11T19:34:12.000Z","updated_at":"2024-12-08T13:27:10.000Z","dependencies_parsed_at":"2024-05-20T03:37:28.749Z","dependency_job_id":null,"html_url":"https://github.com/Urpagin/MCRandomProxy","commit_stats":null,"previous_names":["urpagin/mcrandomproxy"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Urpagin%2FMCRandomProxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Urpagin%2FMCRandomProxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Urpagin%2FMCRandomProxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Urpagin%2FMCRandomProxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Urpagin","download_url":"https://codeload.github.com/Urpagin/MCRandomProxy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243277504,"owners_count":20265352,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["minecraft","minecraft-server","proxy","routing","server"],"created_at":"2024-11-18T10:18:02.546Z","updated_at":"2025-10-30T14:39:58.869Z","avatar_url":"https://github.com/Urpagin.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Minecraft Random Proxy  \n\n[Demo Video](https://github.com/Urpagin/MCRandomProxy/assets/72459611/47de9c00-a61d-49e8-aa8c-d7ce70481680\n)\n\n## Why \u0026 How?  \n\n1. **Setup the Port and Server List**  \n   - Choose a port to expose the app (e.g., `25565`).  \n   - Create a file named `servers.txt` containing a list of Minecraft servers in the following format:  \n     ```txt  \n     IPv4:port  \n     IPv4:port  \n     IPv4:port  \n     ...  \n     ```  \n     \u003e *(Ensure `servers.txt` is located next to the binary.)*  \n\n2. **Run the App**  \n   - Start the program, then connect to it via your Minecraft client.  \n   - If the app is running on the same machine as your client, use the following address: `127.0.0.1:\u003cport_you_chose\u003e`.  \n   - Each new connection will randomly route you to one of the servers listed in `servers.txt`.  \n\n3. **How It Works**  \n   - The program uses the Asio networking library (C++) to route incoming packets from your client to a randomly selected server and back.  \n   - While the program has the potential to read or modify packets, it currently only forwards them without changes.  \n\n---\n\n## Installation  \n\n### Linux 🐧  \n- **Prebuilt Binary:** Available for x64 systems.  \n- **Other Architectures:** Build the application manually:  \n  1. Clone the repository:  \n     ```bash  \n     git clone https://github.com/Urpagin/MCRandomProxy \u0026\u0026 cd MCRandomProxy  \n     ```  \n  2. Create a build directory:  \n     ```bash  \n     mkdir build \u0026\u0026 cd build  \n     ```  \n  3. Build the program:  \n     ```bash  \n     cmake -DCMAKE_BUILD_TYPE=Release .. \u0026\u0026 cmake --build . --config Release -- -j 16  \n     ```  \n     After building, run the program (`./MCRandomProxy`) and place the `servers.txt` file next to the binary.  \n\n  4. Create and populate `servers.txt`:  \n     ```bash  \n     vim servers.txt  \n     ```  \n\n### Windows 🪟  \n- **Prebuilt Binary:** Available for x64 systems.  \n- **Dependency:** Install Microsoft Visual C++ Redistributable (vcredist):  \n  - [Direct Download](https://aka.ms/vs/17/release/vc_redist.x86.exe)  \n  - [Microsoft VC++ Redistributable Page](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170#visual-studio-2015-2017-2019-and-2022)  \n\n### macOS 🍎  \n- No prebuilt binary available. You must build the program manually.  \n\n### Docker 🐳  \n- *Perhaps in the distant future.*  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Furpagin%2Fmcrandomproxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Furpagin%2Fmcrandomproxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Furpagin%2Fmcrandomproxy/lists"}