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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: