interface SrvDnsDiscoveryOptions
extends DnsDiscoveryCommon

The 'dns' arm in SRV mode — records carry their own ports.

Properties

readonly
mode: "srv"

Query SRV records and honor RFC 2782 priority tiers.

Usage

import { type SrvDnsDiscoveryOptions } from "service-discovery-plugin/src/index.ts";