libp2p
    Preparing search index...

    Interface DNS6NetConfig

    interface DNS6NetConfig {
        cidr?: number;
        host: string;
        port: number;
        protocol?: "tcp" | "udp";
        type: "dns6";
    }
    Index

    Properties

    cidr?: number
    host: string
    port: number
    protocol?: "tcp" | "udp"
    type: "dns6"