Values.TargetAddressSourceIn a CreateResolverRule request, an array of the IPs that you want to forward DNS queries to.
type nonrec t = {ip : Ip.t option;One IPv4 address that you want to forward DNS queries to.
*)port : Port.t option;The port at Ip that you want to forward DNS queries to.
*)ipv6 : Ipv6.t option;One IPv6 address that you want to forward DNS queries to.
*)protocol : Protocol.t option;The protocols for the target address. The protocol you choose needs to be supported by the outbound endpoint of the Resolver rule.
*)serverNameIndication : ServerNameIndication.t option;The Server Name Indication of the DoH server that you want to forward queries to. This is only used if the Protocol of the TargetAddress is DoH.
*)}