-
Notifications
You must be signed in to change notification settings - Fork 791
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
feat: support ipv6 addresses for serve #3914
Conversation
@sauyon hmm seems like the monitoring tests is failing on Windows :) |
@aarnphm can you look at this one again? |
@bojiang it seems that |
Actually, just reverted serving by default on |
@sauyon seems like the windows tests are still failing |
Hey guys! Having this working would be terrific for our team, do you have an idea of how likely this is to be merged? |
Have been ignoring this because of Windows CI bugs, but will bump this one! |
@sauyon if the windows bug is hard to fix then should we just warn windows users that ipv6 won't work for now? |
Oddly it's not even that ipv6 doesn't work; it seems to work just fine both v4 and v6. Something's wrong with the test. |
Ok lets just merge then? |
One day we will fix our tests for once. |
I'm working on it now; if it's not done by next release we can probably merge this, yeah. |
@aarnphm let's merge this now? dropped test work, clearly.. |
No longer listens on ipv6 catchall by default.