]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/controllers/tracker.ts
Ensure to install supported plugins
[github/Chocobozzz/PeerTube.git] / server / controllers / tracker.ts
index 42a5d7f9b8f2af924c92aab515404d0d3a60efaa..915981f6754285a1cc4eb3a3a51323b2497cc161 100644 (file)
@@ -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.'))