8000 GitHub - dr-boss/Minecraft-Phantom-Proxy-Docker
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dr-boss/Minecraft-Phantom-Proxy-Docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker image for Jhead's Phantom proxy

Basic usage:

docker container run --name phantom-proxy -e SERVER=<server ip>:<server_port> --network host nkelemen18/minecraft-phantom-proxy:latest

Or with docker compose:

docker-compose up -d

Example docker-compose file

Available variables:

  • SERVER: Required: Bedrock/MCPE server IP address and port (ex: 1.2.3.4:19132)

  • IPV6: Optional: Enables IPv6 support on port 19133 (experimental). Pass 1 to enable this flag! (Example: IPV6=1)

  • BIND_IP: Optional: IP address to listen on. Defaults to all interfaces. (default "0.0.0.0")

  • BIND_PORT: Optional: Port to listen on. Defaults to 0, which selects a random port.

  • DEBUG: Optional: Enables debug logging. Pass 1 to enable this flag! (Example: DEBUG=1)

  • REMOVE_PORTS: Optional: Forces ports to be excluded from pong packets (experimental). Pass 1 to enable this flag! (Example: REMOVE_PORTS=1)

  • TIMEOUT: Optional: Seconds to wait before cleaning up a disconnected client (default 60)

Note: host network mode required.

Github repo

Dockerhub

The proxy is written by jhead. Phantom on GitHub

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 62.3%
  • Dockerfile 37.7%
0