Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 649 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 649 Bytes

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.

Links

Jenkins

Protocol library used in this project