Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about forwarding different minecraft version #575

Closed
RuofengX opened this issue Sep 12, 2021 · 3 comments
Closed

Question about forwarding different minecraft version #575

RuofengX opened this issue Sep 12, 2021 · 3 comments
Labels
resolution: invalid This doesn't seem right

Comments

@RuofengX
Copy link

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.

@astei astei added the resolution: invalid This doesn't seem right label Sep 12, 2021
@astei
Copy link
Contributor

astei commented Sep 12, 2021

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.

@astei astei closed this as completed Sep 12, 2021
@RuofengX
Copy link
Author

RuofengX commented Sep 13, 2021

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 RuofengX changed the title Forwarding data stream according to diffrent domains Question about forwarding different minecraft version Sep 13, 2021
@astei
Copy link
Contributor

astei commented Sep 13, 2021

#304 tracks that issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
resolution: invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants