Skip to content

Commit

Permalink
mention that * is a shortcut for 0.0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Dec 12, 2014
1 parent ce0b908 commit 5f6e035
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,5 +1,5 @@

5.69 2014-12-12
5.69 2014-12-13
- Deprecated Mojo::DOM::siblings.
- Added following, following_siblings, preceding and preceding_siblings
methods to Mojo::DOM.
Expand Down
3 changes: 2 additions & 1 deletion lib/Mojo/Server/Daemon.pm
Expand Up @@ -320,7 +320,8 @@ L<Mojo::IOLoop> singleton.
$daemon = $daemon->listen(['https://127.0.0.1:8080']);
List of one or more locations to listen on, defaults to the value of the
C<MOJO_LISTEN> environment variable or C<http://*:3000>.
C<MOJO_LISTEN> environment variable or C<http://*:3000> (shortcut for
C<http://0.0.0.0:3000>).
# Listen on all IPv4 interfaces
$daemon->listen(['http://*:3000']);
Expand Down

0 comments on commit 5f6e035

Please sign in to comment.