ViaVersion as a Service - standalone ViaVersion proxy
Go to file
2020-12-13 19:04:19 -03:00
.github/workflows Update gradle.yml 2020-10-31 07:35:45 -03:00
gradle/wrapper closes #21 closes #20 closes #18 closes #17 closes #12 update dependencies, better list command 2020-11-20 12:38:30 -03:00
src/main Use hash in minecraft.id redirect URL 2020-12-13 19:04:19 -03:00
.gitignore closes #5 closes #4, add log4j and terminal console 2020-10-30 12:00:16 -03:00
build.gradle.kts Update Kotlin, use non deprecate method 2020-12-13 17:13:50 -03:00
gradlew some fixes, viarewind and viabackwards 2020-08-16 19:07:17 -03:00
gradlew.bat some fixes, viarewind and viabackwards 2020-08-16 19:07:17 -03:00
index.html redirect page 2020-11-15 11:48:09 -03:00
LICENSE.md draft 2020-08-15 18:02:35 -03:00
README.md Update ViaVersion, require Java 11 2020-12-13 16:59:03 -03:00

VIAaaS

Idea: server.example.com._p25565._v1_12_2._otrue._uBACKUSERNAME.viaaas.example.com (default backend 25565 port and version default as auto, online-mode can be optional/required) (similar to tor to web proxies)

  • TODO: _o option for disabling online mode only in front end, protocol auto detection

  • Connection to private IP addresses are currently blocked

  • VIAaaS auth page is designed for storing accounts in the browser local storage. It requires a CORS Proxy for calling Mojang APIs, which may make Mojang see that as suspicious and reset/block your account password.

  • VIAaaS may have security vulnerabilities, make sure to block the ports in firewall and take care of browser local storage.

Download: https://github.com/ViaVersion/VIAaaS/actions (needs to be logged into GitHub)

Requires Java 11

Usage for offline mode:

  • Run the shadow jar or ./gradlew clean run
  • Connect to mc.example.com._v1_8.viaaas.localhost

Usage for online mode (may block your Mojang account):

WARNING

VIAaaS may trigger anti-cheats, due to block, item, movement and other differences between versions. USE AT OWN RISK