Skip to content

Commit

Permalink
Merge pull request #18 from johnduprey/dev
Browse files Browse the repository at this point in the history
Force IPv4
  • Loading branch information
JohnDuprey authored Aug 11, 2023
2 parents 54d7718 + 6885257 commit a0f7e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BitwardenPS/Public/Vault API/REST/Start-BwRestServer.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function Start-BwRestServer {
[cmdletbinding()]
Param(
$Port = 8087,
$Hostname = 'localhost'
$Hostname = '127.0.0.1'
)

try {
Expand Down

0 comments on commit a0f7e80

Please sign in to comment.