mirror of
https://github.com/Jackett/Jackett.git
synced 2025-10-01 07:53:41 +02:00
bitmagnet magnetico: set as private. #15126
This commit is contained in:
@@ -3,7 +3,7 @@ id: bitmagnet
|
||||
name: BitMagnet (Local DHT)
|
||||
description: "BitMagnet is a self-hosted BitTorrent DHT search engine"
|
||||
language: en-US
|
||||
type: public
|
||||
type: private
|
||||
encoding: UTF-8
|
||||
links:
|
||||
- http://127.0.0.1:3333/
|
||||
|
@@ -23,7 +23,7 @@ namespace Jackett.Common.Indexers
|
||||
public override string Description => "Magnetico is a self-hosted BitTorrent DHT search engine";
|
||||
public override string SiteLink { get; protected set; } = "http://127.0.0.1:8080/";
|
||||
public override string Language => "en-US";
|
||||
public override string Type => "semi-private";
|
||||
public override string Type => "private";
|
||||
|
||||
public override TorznabCapabilities TorznabCaps => SetCapabilities();
|
||||
|
||||
|
Reference in New Issue
Block a user