dohdec
    Preparing search index...

    Interface DOH_SpecificLookupOptions

    interface DOH_SpecificLookupOptions {
        json?: boolean;
        preferPost?: boolean;
        url?: string;
    }
    Index

    Properties

    json?: boolean

    Force JSON lookups for DOH.

    preferPost?: boolean

    For DNS format requests, should the HTTP POST verb be used? If false, uses GET.

    url?: string

    What DoH endpoint should be used?