mirror of
https://github.com/ViaVersion/VIAaaS.git
synced 2025-01-09 19:48:37 +01:00
Update README.md
This commit is contained in:
parent
9b3ef57b90
commit
f3e7ebb59c
@ -32,6 +32,8 @@ java -jar VIAaaS-all.jar
|
||||
## CORS Proxy
|
||||
- For less chance of Mojang seeing the login as suspect, you (the player) should set up a CORS proxy on your machine.
|
||||
- Note the ending slash in cors-anywhere address
|
||||
- You can use my public instance at https://crp123-cors.herokuapp.com/ ([source](https://github.com/creeper123123321/cors-anywhere/)) too,
|
||||
but proxies have a bit more chance of being seen as suspect.
|
||||
|
||||
Setting up [cors-anywhere](https://www.npmjs.com/package/cors-anywhere) on local machine:
|
||||
```sh
|
||||
@ -42,9 +44,6 @@ node server.js
|
||||
```
|
||||
- It will be available at ```http://localhost:8080/```
|
||||
|
||||
My cors-anywhere instance:
|
||||
- If you trust me, you can use https://crp123-cors.herokuapp.com/ ([source](https://github.com/creeper123123321/cors-anywhere/))
|
||||
|
||||
## Usage for players
|
||||
Usage for offline mode:
|
||||
- Connect to ```mc.example.com.viaaas.localhost```
|
||||
|
Loading…
Reference in New Issue
Block a user