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

Slombard/web 312 add ipv6 addressees to the multi server test #371

Merged

Conversation

552020
Copy link
Collaborator

@552020 552020 commented May 18, 2024

This has tests now also for IPv6.
IPv6 needs to be enabled in Docker though.
In the Markdown the are instructions on how to do it.

We have 4 different scripts. 3 out of 4 are working, the last not, cause the config parser is not happy with the one with the mixed addresses with the same port. Anyway the server is definetevly working with multiple ip:ports combination (with different server sockets) for Ipv4 and IPv6.

IPv6 was not even part of the subject btw.

Copy link

linear bot commented May 18, 2024

@552020 552020 requested review from dantol29 and lmangall May 18, 2024 10:52
@552020 552020 self-assigned this May 18, 2024
Copy link
Owner

@dantol29 dantol29 left a comment

Choose a reason for hiding this comment

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

I suppose we have to fix Duplicate listen directive error message?

@552020
Copy link
Collaborator Author

552020 commented May 19, 2024

I suppose we have to fix Duplicate listen directive error message?

This is tricky. The subject or the eval sheet say it should not work if you listen to the same port. But different IP and same port make totally sense, like if you have the Ethernet cables connected with your computer, and you want to listen for a certain websites only to two of them. You'll have 2 listen in the same server_block with differen IPs and same port. No?

Copy link
Owner

@dantol29 dantol29 left a comment

Choose a reason for hiding this comment

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

🙆 I tested some of those! Seems to work!

@dantol29 dantol29 merged commit c31cbdf into main May 20, 2024
2 checks passed
@552020 552020 deleted the slombard/web-312-add-ipv6-addressees-to-the-multi-server-test branch May 20, 2024 15:49
@552020 552020 restored the slombard/web-312-add-ipv6-addressees-to-the-multi-server-test branch May 21, 2024 16:43
@552020 552020 deleted the slombard/web-312-add-ipv6-addressees-to-the-multi-server-test branch May 21, 2024 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants