From 30f8ec8f757e33fcdda8abe85abb7f87e715596e Mon Sep 17 00:00:00 2001 From: Luca Trevisani Date: Sat, 15 Feb 2025 11:44:07 +0100 Subject: [PATCH] firewall: add DoT to the default services list Signed-off-by: Michael Tremer --- config/fwhosts/customservices | 1 + 1 file changed, 1 insertion(+) diff --git a/config/fwhosts/customservices b/config/fwhosts/customservices index 529f14e31f..dc2dd41075 100644 --- a/config/fwhosts/customservices +++ b/config/fwhosts/customservices @@ -34,3 +34,4 @@ 5,SMTP,25,TCP,BLANK,0 35,Submission (TCP),587,TCP,BLANK,0 36,SSMTP,465,TCP,BLANK,0 +37,DNS over TLS,853,TCP,,0 -- 2.39.5