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

[FEATURE]: Ability to hide the IP Banner dump #725

Open
CodexHere opened this issue Dec 7, 2022 · 0 comments
Open

[FEATURE]: Ability to hide the IP Banner dump #725

CodexHere opened this issue Dec 7, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@CodexHere
Copy link

Scope

Web

Feature Description

When working on mods, and with the screen shared, the public IP address of the server is dumped on screen.

When I'm working in a dev environment, I don't want my private/personal IP address leaked.

Use Case

Any time you start up the server, it dumps out a banner with public IP address information.

Proposed Solution

An env var to disable banner dumping, maybe BANNER_SKIP=1 (any value)

Additional Info

Since a code is displayed in console when the txAdmin webui is loaded, this banner on startup doesn't hold much value except for first run. Subsequent runs can rely on various means of authenticating, including the code in console which is generally safe to display.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant