-
Notifications
You must be signed in to change notification settings - Fork 4
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
Custom ports #46
Comments
I don't see the point of changing the port number. What's your use case? |
having a firewall that doesnt have any ports that support udp and tcp |
Don't think such firewall exists. Does the firewall allow adding two rules for udp and tcp on the same port? |
no the firewall is managed by my isp to prevent home servers but home servers arent against tos |
Due to a few limitations I have, I also back this request. It would be useful for choosing custom ports. |
This feature is currently behind jvm flags for some platforms: BungeeCord, Fabric We currently have no plans to expose this as a config file. |
could you add for velocity too ?, i don't really mind if i need to set using jvm flags though |
https://modrinth.com/plugin/raknetify/version/DGKCw9tJ raknetify/velocity/src/main/java/com/ishland/raknetify/velocity/init/VelocityRaknetifyServer.java Line 58 in dae046d
|
Any update on how to change the port? for my use case, I'm using geysermc and wanted the java and bedrock (udp) port to be the same, therefore changing raknetify port instead of geysermc is the only option for me. |
it possible to change port using java flags as mentioned above you can have your server port to be the same as geysermc port while raknetify on different port therefore you need to allow raknetify port though firewall and make your player connect to that port instead of the server port whenever they wanted to connect with raknetify example
your player need to connect to i've tested this and that is why i requested to enable such option for velocity above |
I'm new to jvm flags that you mentioned, would you mind to help me setting it up? ty! |
put it on before example velocity
example bungee
|
I want to be able to use custom port preferably via config files
The text was updated successfully, but these errors were encountered: