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.'))