mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-09-10 03:53:07 +02:00
Delete services/viaproxy directory
This commit is contained in:
parent
e0af607ab2
commit
d7ef9b7154
1 changed files with 0 additions and 25 deletions
|
@ -1,25 +0,0 @@
|
||||||
Use this service to connect your bot to an unsupported minecraft server versions.
|
|
||||||
|
|
||||||
Run:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
docker-compose --profile viaproxy up
|
|
||||||
```
|
|
||||||
|
|
||||||
After first start it will create config file `services/viaproxy/viaproxy.yml`.
|
|
||||||
|
|
||||||
Edit this file, and change your desired target `target-address`,
|
|
||||||
|
|
||||||
then point your `settings.js` `host` and `port` to viaproxy endpoint:
|
|
||||||
|
|
||||||
```javascript
|
|
||||||
"host": "host.docker.internal",
|
|
||||||
"port": 25568,
|
|
||||||
```
|
|
||||||
|
|
||||||
This easily works with "offline" servers.
|
|
||||||
|
|
||||||
Connecting to "online" servers via viaproxy involves more effort: see `auth-method` in `services/viaproxy/viaproxy.yml` (TODO describe)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue