GeyserMC / GeyserConnect

GeyserConnect is an easy way for bedrock clients to connect to any Java edition servers without having to run anything.
https://geysermc.org
MIT License
196 stars 41 forks source link

virtualhost parsing issue with VIAaaS #37

Closed creeper123123321 closed 3 years ago

creeper123123321 commented 3 years ago

it is parsed incorrectly with a host like test.geysermc.org._of.viaaas.duckdns.org.geyserconnect.net the geyserconnect thinks that the _of is specified for it Trying to use the alternative .o_f. from VIAaaS doesn't work too, it's probably a regex issue from .split("._")