文件名称:mc-router:根据请求的服务器地址将 Minecraft 客户端连接路由到后端服务器
文件大小:208KB
文件格式:ZIP
更新时间:2024-06-20 08:30:21
minecraft-server Go
根据请求的服务器地址将 Minecraft 客户端连接路由到后端服务器。 用法 -api-binding host:port The host:port bound for servicing API requests (env API_BINDING) -connection-rate-limit int Max number of connections to allow per second (env CONNECTION_RATE_LIMIT) (default 1) -cpu-profile string Enables CPU profiling and writes to given path (env CPU_PROFILE) -debug Enable debug logs (env DEBUG) -in-kub
【文件预览】:
mc-router-master
----go.mod(787B)
----http-client.env.json(115B)
----testing.http(276B)
----.github()
--------workflows()
----go.sum(22KB)
----mcproto()
--------read_test.go(619B)
--------read.go(6KB)
--------types.go(1KB)
----LICENSE.txt(1KB)
----Dockerfile(256B)
----test()
--------mc-router-telegraf-backend()
----README.md(6KB)
----Makefile(103B)
----.goreleaser.yml(2KB)
----docs()
--------k8s-example-just-svc.yaml(197B)
--------compose-diagram.png(38KB)
--------k8s-mc-with-default.yaml(1KB)
--------compose-diagram.svg(32KB)
--------example-deployment.drawio.png(60KB)
--------k8s-example-auto.yaml(3KB)
--------k8s-example.yaml(3KB)
--------docker-compose.yml(357B)
--------example-deployment-auto.drawio.png(61KB)
----.gitignore(78B)
----server()
--------api_server.go(417B)
--------routes.go(4KB)
--------connector.go(7KB)
--------k8s.go(4KB)
--------routes_test.go(1KB)
----cmd()
--------mc-router()