lhridder / gamma

Minecraft bedrock Proxy
9 stars 1 forks source link

MOTD Error #3

Open 06063004 opened 1 year ago

06063004 commented 1 year ago

Hey this is my config, But when i going ping it won't show my proxy motd can you please fix this? or there no feature copy motd from proxyTo?

{
  "domains": ["pe.mydomain.com"],
  "listenTo": "0.0.0.0:19132",
  "proxyTo": "MYSVIP:19132",
  "proxyProtocol": false,
  "dialTimeout": 1000,
  "dialTimeoutMessage": "Server is currently offline",
  "sendProxyProtocol": false
}
lhridder commented 1 year ago

Hi, due to the minecraft bedrock protocol the hostname is not sent for the status request so with this topology I cannot now for which backend you are requesting a status response. Therefore MOTD passthrough does not work, in the future I hope to rewrite this without go-raknet to fix this.