You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a feature request.
I have 2 servers needed to reverse-proxy, and they using different protocol, let's say the one is 1.12.2Forge and the other is 1.16.5bukkit.
I want to use one IP, one port and 2 domains to establish a proxy.(To save data usage and use port 25565)
Solution one is add the feature that forward these 2 different data streams to different ports, like sni solution in nginx(I don't know weather nginx could solve my problem)
Solution two is add the feature that velocity could natively distinguish more than one protocols and sent them to different upstream.
The text was updated successfully, but these errors were encountered:
The first request can be satisfied with the use of the forced hosts feature. The second request is satisfied by default since Velocity supports Forge on Minecraft 1.12.2 and Bukkit-based Minecraft 1.16.x servers.
Yes, that's true. But what if I want to set different 'player-info-forwarding-mode' for each server? I want my bukkit(actually paper1.16) and forge1.12 both have the IP forward feature. And according to this page https://velocitypowered.com/wiki/users/forwarding/, It seems like I can only choose only one IP forwarding. Any config tips?
RuofengX
changed the title
Forwarding data stream according to diffrent domains
Question about forwarding different minecraft version
Sep 13, 2021
This is a feature request.
I have 2 servers needed to reverse-proxy, and they using different protocol, let's say the one is 1.12.2Forge and the other is 1.16.5bukkit.
I want to use one IP, one port and 2 domains to establish a proxy.(To save data usage and use port 25565)
Solution one is add the feature that forward these 2 different data streams to different ports, like sni solution in nginx(I don't know weather nginx could solve my problem)
Solution two is add the feature that velocity could natively distinguish more than one protocols and sent them to different upstream.
The text was updated successfully, but these errors were encountered: