-
-
Notifications
You must be signed in to change notification settings - Fork 188
Open
Labels
ConfigTickets that might need config additionsTickets that might need config additions
Milestone
Description
I would like to be able to..
I would like to be able to alias my join addresses to make them more readable, some examples could include config like
Address_Aliases:
"_dc-srv.e00253a94880._minecraft._tcp.ohiomc.kanin.dev.": "ohiomc.kanin.dev"Or even better with regex:
Address_Aliases:
"^_dc-srv\.[^.]+\._minecraft\._tcp\.(.+)\.$": "$1"In this example we are assuming we can access the content of the first group via $1, obviously if we had more capture groups we could increase the integer to access them. This provides a ton of flexibility when filtering the garbage out of our join addresses.
Thank you!
Is your feature request related to a problem? Please describe.
Ugly Server Address field overflow
Metadata
Metadata
Assignees
Labels
ConfigTickets that might need config additionsTickets that might need config additions
Type
Projects
Status
Assigned to Milestone