We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
netstat -tulpn | grep LISTEN
it works on 0.0.0.0 interface and connecting well using IPv4 but I'm using IPv6 in local network.
0.0.0.0
Is there any way to run dev or prod on IPv6 interface (without SSL mode)
Maybe something could be defined here?
$server = IoServer::factory( new HttpServer( new WsServer( new WebSocket() ) ), $_ENV['WS_PORT'] );
The text was updated successfully, but these errors were encountered:
Just found reply to my question:
$server = IoServer::factory( new HttpServer( new WsServer( new WebSocket() ) ), $_ENV['WS_PORT'], '[::]' );
Would be nice to add this option to the .env config
.env
Sorry, something went wrong.
add IPv4/IPv6 interface config (dev only) chesslablab#231
76522d0
Merge pull request #232 from d47081/add-env-ipv4-6-interface-config
46bc4a5
add IPv4/IPv6 interface config (dev only) #231
No branches or pull requests
netstat -tulpn | grep LISTEN
it works on
0.0.0.0
interface and connecting well using IPv4 but I'm using IPv6 in local network.Is there any way to run dev or prod on IPv6 interface (without SSL mode)
Maybe something could be defined here?
The text was updated successfully, but these errors were encountered: