resolveNaptr
external fun resolveNaptr(hostname: String, callback: (err: ErrnoException?, @R|kotlin/ParameterName|(name = String(addresses)) ERROR CLASS: Symbol not found for js.array.ReadonlyArray<node/dns/NaptrRecord>) -> Unit)(source)
Uses the DNS protocol to resolve regular expression-based records (NAPTR
records) for the hostname
. The addresses
argument passed to the callback
function will contain an array of objects with the following properties:
flags
service
regexp
replacement
order
preference
{
flags: 's',
service: 'SIP+D2U',
regexp: '',
replacement: '_sip._udp.example.com',
order: 30,
preference: 100
}
Content copied to clipboard
Since
v0.9.12
suspend external fun resolveNaptr(hostname: String): ERROR CLASS: Symbol not found for js.array.ReadonlyArray<node/dns/NaptrRecord>(source)