Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CloudburstMC/ProxyPass
MITM proxy tool for Minecraft: Bedrock Edition
https://github.com/CloudburstMC/ProxyPass
Last synced: 6 days ago
JSON representation
MITM proxy tool for Minecraft: Bedrock Edition
- Host: GitHub
- URL: https://github.com/CloudburstMC/ProxyPass
- Owner: CloudburstMC
- License: agpl-3.0
- Created: 2018-12-08T16:09:46.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T11:29:17.000Z (20 days ago)
- Last Synced: 2024-10-25T10:39:32.137Z (19 days ago)
- Language: Java
- Homepage:
- Size: 480 KB
- Stars: 132
- Watchers: 15
- Forks: 47
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ProxyPass
### Introduction
Proxy pass allows developers to MITM a vanilla client and server without modifying them. This allows for easy testing
of the Bedrock Edition protocol and observing vanilla network behavior.__ProxyPass requires Java 8 u162 or later to function correctly due to the encryption used during login__
`online-mode` __needs to be set to__ `false` __in__ `server.properties` __so that ProxyPass can communicate with your Bedrock Dedicated Server.__### Building & Running
To produce a jar file, run `./gradlew shadowJar` in the project root directory. This will produce a jar file in the `build/libs` directory.If you wish to run the project from source, run `./gradlew run` in the project root directory.
### Links
__[Jenkins](https://ci.opencollab.dev/job/NukkitX/job/ProxyPass/job/master/)__
__[Protocol library](https://github.com/CloudburstMC/Protocol) used in this project__