Closed sergeyberezansky closed 3 months ago
This stack of pull requests is managed by Graphite. Learn more about stacking.
Join @sergeyberezansky and the rest of your teammates on Graphite
1 reviewer was added to this PR based on Sergey Berezansky's automation.
TL;DR
This PR adds validation functions to check for valid IPv4, IPv6 addresses, and hostnames in the
resetDefaultEndpoints
method and skips endpoints that do not pass validation.What changed?
isValidIPv4Address
,isValidIPv6Address
, andisValidHostname
functions.resetDefaultEndpoints
method to utilize these validation functions and skip invalid endpoints.How to test?
Why make this change?
This change ensures that IPv6 addresses can be specified in configuration