From 3c7b86eea755cf726a49d452a7b43ceeb01f2a06 Mon Sep 17 00:00:00 2001 From: Nick Peng Date: Sat, 11 Mar 2023 08:25:06 +0800 Subject: [PATCH] conf: fix typo --- etc/smartdns/smartdns.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/smartdns/smartdns.conf b/etc/smartdns/smartdns.conf index f8b2e6c..4d8c238 100644 --- a/etc/smartdns/smartdns.conf +++ b/etc/smartdns/smartdns.conf @@ -50,7 +50,7 @@ # bind [::]:53 # bind [::]:53@eth0 # bind-tcp [::]:53 -bind-tls [::]:53 +bind [::]:53 # tcp connection idle timeout # tcp-idle-time [second]