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

Commits on Sep 23, 2024

  1. feat: Add IPv6 support

    - 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]>
    shrikant1407 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    8c30dae View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Enable SNI support when using DNS

    - 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]>
    shrikant1407 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    eadda88 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Refactor and improve error handling in network address parsing

    Signed-off-by: Shrikant Temburwar <[email protected]>
    shrikant1407 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    c9eb82d View commit details
    Browse the repository at this point in the history
  2. Improve IP address parsing and logging

    Signed-off-by: Shrikant Temburwar <[email protected]>
    shrikant1407 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    c5f0ab4 View commit details
    Browse the repository at this point in the history