Skip to content

Commit

Permalink
Merge pull request #92 from larsen0815/listen_ip_address
Browse files Browse the repository at this point in the history
Add info how to listen on any IP
  • Loading branch information
skx authored Jul 25, 2023
2 parents 99ab342 + e1afca8 commit 553f2ae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,11 @@ If you wish to change the host/port you can do so like this:
$ puppet-summary serve -host 10.10.10.10 -port 4321
Launching the server on http://10.10.10.10:4321

To have it listen on any available IP address, use one of these examples:

$ puppet-summary serve -host "" -port 4321
$ puppet-summary serve -host 0.0.0.0 -port 4321

Other sub-commands are described later, or can be viewed via:

$ puppet-summary help
Expand Down

0 comments on commit 553f2ae

Please sign in to comment.