Skip to content

Commit

Permalink
add Minecraft protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
xlmnxp committed Aug 27, 2024
1 parent 6466ccb commit df9741f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ it's works by listen on IPv4 well known services and forward the traffic to IPv6
- HTTP
- HTTPS
- Websocket (ws) and Secure Websocket (wss)
- Minecraft (TCP)

## How to use
### Build from source
Expand All @@ -24,7 +25,7 @@ docker pull xlmnxp/bridge46:latest
```
2. Run the image
```bash
docker run -d -p 80:80 -p 443:443 --name bridge46 xlmnxp/bridge46:latest
docker run -d -p 80:80 -p 443:443 -p 25565:25565 --name bridge46 xlmnxp/bridge46:latest
```

Optionally you can pass the following environment variables to the container
Expand Down

0 comments on commit df9741f

Please sign in to comment.