From 29e568447cd2c1b866aa53e542b8f12826b004e3 Mon Sep 17 00:00:00 2001 From: James M Snell Date: Mon, 24 Aug 2026 01:50:25 +0000 Subject: [PATCH] Add dtls subsystem --- lib/rules/subsystem.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/rules/subsystem.js b/lib/rules/subsystem.js index 611765d..12c1961 100644 --- a/lib/rules/subsystem.js +++ b/lib/rules/subsystem.js @@ -45,6 +45,7 @@ const validSubsystems = [ 'diagnostics_channel', 'dns', 'domain', + 'dtls', 'events', 'fs', 'http',