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

Alias Join Address #3966

Open
Kanin opened this issue Feb 6, 2025 · 0 comments
Open

Alias Join Address #3966

Kanin opened this issue Feb 6, 2025 · 0 comments
Labels
Config Tickets that might need config additions

Comments

@Kanin
Copy link

Kanin commented Feb 6, 2025

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

@AuroraLS3 AuroraLS3 added the Config Tickets that might need config additions label Feb 9, 2025
@AuroraLS3 AuroraLS3 added this to Backlog Feb 9, 2025
@github-project-automation github-project-automation bot moved this to INBOX in Backlog Feb 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Config Tickets that might need config additions
Projects
Status: INBOX
Development

No branches or pull requests

2 participants