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
And then all players who enter anything consistent, e.g. patrick4.priv.example.com, mineuser.priv.example.com, etc. will be connected to a server called exampleserv. This would allow you to customize the domain from which the player wants to connect and it would have a real impact if #3589 were implemented.
Currently, it works like this: if I put in config
forced_hosts:
*.priv.example.com: exampleserv
This causes a fatal error and the bungee does not start.
However, if I put something like this in the config
forced_hosts:
priv.example.com: exampleserv
This is by connecting to wildcard e.g patrick4.priv.example.com, or mineuser.priv.example.com I am connected to the default server :(
Goal of the feature
It's true that this is quite a specific request, but it opens up huge possibilities. I hope that introducing this change is not difficult and invasive. [but I have no programming knowledge, so sorry 😅]
Unfitting alternatives
none
Checking
This is not a question or plugin creation help request.
This is a feature or improvement request.
I have not read these checkboxes and therefore I just ticked them all.
I did not use this form to report a bug.
The text was updated successfully, but these errors were encountered:
Feature description
Allow you to add an alias to forced hosts.
E.g. In the configuration we enter:
And then all players who enter anything consistent, e.g. patrick4.priv.example.com, mineuser.priv.example.com, etc. will be connected to a server called exampleserv. This would allow you to customize the domain from which the player wants to connect and it would have a real impact if #3589 were implemented.
Currently, it works like this: if I put in config
This causes a fatal error and the bungee does not start.
However, if I put something like this in the config
This is by connecting to wildcard e.g patrick4.priv.example.com, or mineuser.priv.example.com I am connected to the default server :(
Goal of the feature
It's true that this is quite a specific request, but it opens up huge possibilities. I hope that introducing this change is not difficult and invasive. [but I have no programming knowledge, so sorry 😅]
Unfitting alternatives
none
Checking
The text was updated successfully, but these errors were encountered: