minecraft-proxy icon indicating copy to clipboard operation
minecraft-proxy copied to clipboard

Reverse proxy Minecraft. With full forge support.

Results 9 minecraft-proxy issues
Sort by recently updated
recently updated
newest added

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...

dependencies

Bumps [cacheable-request](https://github.com/jaredwray/cacheable-request) to 10.2.7 and updates ancestor dependency [got](https://github.com/sindresorhus/got). These dependencies need to be updated together. Updates `cacheable-request` from 7.0.2 to 10.2.7 Release notes Sourced from cacheable-request's releases. v10.2.6 Fix...

dependencies

Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 See full diff in compare...

dependencies

Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) and [@azure/msal-node](https://github.com/AzureAD/microsoft-authentication-library-for-js). These dependencies needed to be updated together. Updates `jsonwebtoken` from 8.5.1 to 9.0.0 Changelog Sourced from jsonwebtoken's changelog. 9.0.0 - 2022-12-21 Breaking changes: See Migration from...

dependencies

下游服务端:forge-1.19.2-43.2.8 代理服务器版本:v1.5.0 代理服务器配置: ```yml proxy: port: 25565 host: 0.0.0.0 workers: 0 defaultServer: mod1 allowListOnly: false allowList: ips: ["0.0.0.0/0"] usernames: - CN_NKXingCh uuids: [] blockList: ips: !!import/single block-ip.yml usernames: - BadGays...

如题,能否把黑名单拓展到每个服务器单独的呢?

用的最新的1.4.8版本 测试了1.18.2 Paper端和1.18.2 forge端,motd可以正确显示,但是都无法连接 全是卡在连接超时,后台也没有任何新的日志和报错

建议添加 “后备服务器” 功能。 例如现有 Bungee1 和 Bungee2 服务器。 当处于 Bungee1 服务器的玩家遇到 Bungee1 关闭的时候,重连到 Bungee2 服务器,避免中断。 以及:minecraft-proxy 本身是否支持前面套一个 haproxy?

proxy: port: 25565 #监听端口 host: 0.0.0.0 #监听ip workers: 0 #worker数量,以便充分利用多核服务器,0代表用上全部核心 defaultServer: bmc.cc #默认服务器,若不想指定,则删除此行 servers: - serverName: bmc.cc #服务连接的主机名 proxyHost: blocksmc.com # 后端服务实际ip proxyPort: 25565 #后端服务实际端口 version: 1.8.7 #版本 handlePing: true...