connectTCP(on:config:)

    Connect to the dns server using TCP and return a future with the client.

    DNSClient+Connect.swift:146
    static func connectTCP(on group: EventLoopGroup, config: [SocketAddress]) -> EventLoopFuture<DNSClient>

    Parameters

    group

    EventLoops to use

    config

    DNS servers to connect to

    Returns

    Future with the NioDNS client

    Other members in extension

    Type members

    Instance members