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

docker: Enable IPv6 support in nginx #3497

Closed
wants to merge 1 commit into from

Conversation

stgraber
Copy link
Contributor

Signed-off-by: Stéphane Graber stgraber@ubuntu.com

@blakeblackshear blakeblackshear changed the base branch from release-0.11.0 to dev December 31, 2022 15:18
@NickM-27 NickM-27 mentioned this pull request Jan 27, 2023
@scho0ck
Copy link

scho0ck commented Feb 2, 2023

I believe if this gets merged IPv4 support will be disabled the line should read the following instead:

llisten [::]:5000 ipv6only=off;

same for rtmp

Copy link

@scho0ck scho0ck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

testes change to the following to allow v4 and v6

llisten [::]:5000 ipv6only=off;

llisten [::]:1935 ipv6only=off;

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
@netlify
Copy link

netlify bot commented Feb 2, 2023

Deploy Preview for frigate-docs ready!

Name Link
🔨 Latest commit cd8e650
🔍 Latest deploy log https://app.netlify.com/sites/frigate-docs/deploys/63dc44f10f5cdf0008df065b
😎 Deploy Preview https://deploy-preview-3497--frigate-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@stgraber
Copy link
Contributor Author

stgraber commented Feb 2, 2023

Ah, I must have tested with an older nginx that would just respect the OS default of binding IPv4 when binding an IPv6 wildcard address.

Copy link

@scho0ck scho0ck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested and confirmed working

@saltyautomation
Copy link

Any chance we can get this merged?
Thanks!

@NickM-27
Copy link
Collaborator

implemented in #10653 (comment)

@NickM-27 NickM-27 closed this Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants