diff options
author | Phil Dibowitz <phild@fb.com> | 2016-03-18 14:00:48 -0700 |
---|---|---|
committer | Phil Dibowitz <phil@ipom.com> | 2016-03-22 21:52:58 -0700 |
commit | ce63bd7c18786dfc180752236ac090a1a5febc83 (patch) | |
tree | 5e65892f458cd3c743fc165f7c69fa91ff4fb1cc /CHANGELOG.md | |
parent | c67095f4da311feb3d63cfd35cb25ee07e49f4b2 (diff) | |
download | chef-zero-ce63bd7c18786dfc180752236ac090a1a5febc83.tar.gz |
Enable listening on more than one address
If you listen on :: you get all v6 addrs. If you listen on 0.0.0.0 you get all
v4 addrs. There's no way to listen on both. Allow people to pass in multiple
`--host`s
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index cce1efb..98dda55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -521,4 +521,4 @@ ## [v0.9](https://github.com/chef/chef-zero/tree/v0.9) (2012-12-24) -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
\ No newline at end of file +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |