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

Fix: Filter out empty IP addresses in dnsResolve method #37778

Closed
wants to merge 1 commit into from

Commits on Apr 21, 2023

  1. Fix: Filter out empty IP addresses in dnsResolve method

    This commit resolves an issue where empty IP addresses could be returned by the dnsResolve method due to CNAME recursion. The fix filters out empty IP addresses before returning the result, ensuring that only valid, non-empty IP addresses are used in the addDnsPinning method.
    
    Signed-off-by: Robin Winkelewski <[email protected]>
    w9n committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    bb26580 View commit details
    Browse the repository at this point in the history