Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information