hybrid-torrent-tracker
    Preparing search index...

    Interface ITorrentTrackerOptions

    interface ITorrentTrackerOptions {
        servers: (
            | ServerOptions<"udp", IUDPServerOptions>
            | ServerOptions<"web", IWebServerOptions>
        )[];
    }
    Index

    Properties

    Properties

    servers: (
        | ServerOptions<"udp", IUDPServerOptions>
        | ServerOptions<"web", IWebServerOptions>
    )[]