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

feat: Add IPv6 support #294

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

shrikant1407
Copy link
Contributor

  • Updated DNS lookup functions to handle both IPv4 and IPv6 addresses.
  • Modified connection logic to support IPv6 addresses.
  • Enhanced IP address parsing to correctly handle IPv6 addresses enclosed in square brackets.
  • Updated utility functions to convert between binary and ASCII representations of IPv6 addresses.
  • Ensured compatibility with both IPv4 and IPv6 in network-related operations.

- Updated DNS lookup functions to handle both IPv4 and IPv6 addresses.
- Modified connection logic to support IPv6 addresses.
- Enhanced IP address parsing to correctly handle IPv6 addresses enclosed in square brackets.
- Updated utility functions to convert between binary and ASCII representations of IPv6 addresses.
- Ensured compatibility with both IPv4 and IPv6 in network-related operations.

Signed-off-by: Shrikant Temburwar <[email protected]>
- Enabled SNI if `SNI_SUPPORTED` is defined and `host_dns` is set in `rest_ctx`.
- Updated conditions to include `enable_sni` for DNS handling in REST header construction.

Signed-off-by: Shrikant Temburwar <[email protected]>
DukeDavis12
DukeDavis12 previously approved these changes Sep 26, 2024
Signed-off-by: Shrikant Temburwar <[email protected]>
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