LookUpText

This function looks up an available EDNS Record. If the keyword is found in the chain, the relevant record will be returned. Otherwise, "undefined" will be returned.

Usage

LookUpText(domain: string, type: TextType): Promise<undefined | string>

  • Parameters

    Returns Promise<undefined | string>

Last updated