package dns
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
An opinionated Domain Name System (DNS) library
Install
dune-project
Dependency
Authors
Maintainers
Sources
dns-10.2.0.tbz
sha256=ad27c09256f9848658ee625d69140c898c24694aca43550bfb6fee5bc83e74e8
sha512=d5d6a0580d55485cbe46841fb8d5acd7de801bf6ce980f31888836425e39f23f3ff2e909c5f195b15a36166ae97ecd68d24429318028ae8d1ea9322df2f5a65d
doc/dns/Dns/Svcb/index.html
Module Dns.SvcbSource
Service binding and parameter specification record
A Service record (SVCB) specifies a target, its priority, weight and port.
Source
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 * string
Source
type 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.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>