Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Built-in server doesn't work over IPv6 #106

Open
BenjaminEHowe opened this issue Mar 17, 2017 · 3 comments
Open

Built-in server doesn't work over IPv6 #106

BenjaminEHowe opened this issue Mar 17, 2017 · 3 comments

Comments

@BenjaminEHowe
Copy link

The built-in web server from #15 only works over IPv6 if host: '::' is specified in config.yml. Shouldn't the server (by default) listen over IPv6? The protocol is almost 20 years old, so support really ought to be reasonable.

@yosymfony
Copy link
Member

Hi. In theory, IPv6 should work with the built-in server. This one uses ReactPHP to do the http-server work. I'll look over ther version change log in order to determine if there is any problem.

@shdev
Copy link

shdev commented Aug 17, 2017

For me IPv6 worked I put in my temporary address found in ifconfig into host parameter from config.yml. The server served files correctly.

@BenjaminEHowe
Copy link
Author

^^ but that shouldn't be required - IPv6 really should be supported out-of-the-box... (I note in the OP that it works if host: '::' is specified in config.yml)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants