RelativityMC / raknetify

A Fabric mod / Velocity plugin / BungeeCord plugin that uses RakNet to improve multiplayer experience significantly under unreliable and rate-limited connections.
MIT License
148 stars 2 forks source link

Custom ports #46

Open Cuteistfox opened 7 months ago

Cuteistfox commented 7 months ago

I want to be able to use custom port preferably via config files

ishland commented 5 months ago

I don't see the point of changing the port number. What's your use case?

Cuteistfox commented 5 months ago

having a firewall that doesnt have any ports that support udp and tcp

ishland commented 5 months ago

Don't think such firewall exists. Does the firewall allow adding two rules for udp and tcp on the same port?

Cuteistfox commented 5 months ago

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

TheNukeLore commented 1 week ago

Due to a few limitations I have, I also back this request. It would be useful for choosing custom ports.

ishland commented 1 week ago

This feature is currently behind jvm flags for some platforms: BungeeCord, Fabric

We currently have no plans to expose this as a config file.