bitwarden / cli

The command line vault (Windows, macOS, & Linux).
https://bitwarden.com
GNU General Public License v3.0
1.62k stars 174 forks source link

added hostname option to serve command #519

Closed kspearrin closed 2 years ago

kspearrin commented 2 years ago

Type of change

Objective

Provide a way to bind a hostname to the serve webserver. Also, provide a secure default.

Resolves https://github.com/bitwarden/cli/issues/518

Code changes

Testing requirements

Launch serve command with and without hostname binding to ensure that it is not accessible from alternate hostnames (unless using all value).

Before you submit