X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Fcontrollers%2Ftracker.ts;h=915981f6754285a1cc4eb3a3a51323b2497cc161;hb=c7027c06e9a73dad99d3f9bd9937a41a763850ce;hp=42a5d7f9b8f2af924c92aab515404d0d3a60efaa;hpb=b14e8e461f8f751e3d5927a20c7eb63b9ffa7a6a;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/controllers/tracker.ts b/server/controllers/tracker.ts index 42a5d7f9b..915981f67 100644 --- a/server/controllers/tracker.ts +++ b/server/controllers/tracker.ts @@ -22,7 +22,6 @@ const trackerServer = new TrackerServer({ http: false, udp: false, ws: false, - dht: false, filter: async function (infoHash, params, cb) { if (CONFIG.TRACKER.ENABLED === false) { return cb(new Error('Tracker is disabled on this instance.'))