targetIps property

List<TargetAddress>? targetIps
final

An array that contains the IP addresses and ports that an outbound endpoint forwards DNS queries to. Typically, these are the IP addresses of DNS resolvers on your network. Specify IPv4 addresses. IPv6 is not supported.

Implementation

final List<TargetAddress>? targetIps;