Dns.SvcbSourceService binding and parameter specification record
A Service record (SVCB) specifies a target, its priority, weight and port.
type svc_param = | Mandatory of int list| Alpn of string list| No_default_alpn| Port of int| Ipv4_hint of Ipaddr.V4.t list| Ipv6_hint of Ipaddr.V6.t list| Key of int * stringtype t = {svc_priority : int;target_name : [ `host ] Domain_name.t;svc_params : svc_param list;}The type for a service binding and parameter specification record.
pp ppf t pretty-prints the service binding and parameter specification record.