From 68da6a819a801285d23c1d37035d2211ef7620ba Mon Sep 17 00:00:00 2001 From: Alon Girmonsky <1990761+alongir@users.noreply.github.com> Date: Thu, 3 Oct 2024 16:53:30 -0700 Subject: [PATCH] emit tls item (#1625) --- config/configStruct.go | 1 + 1 file changed, 1 insertion(+) diff --git a/config/configStruct.go b/config/configStruct.go index e9f79dd6a..97b0349d6 100644 --- a/config/configStruct.go +++ b/config/configStruct.go @@ -85,6 +85,7 @@ func CreateDefaultConfig() ConfigStruct { "tcp", "udp", "ws", + "tls", }, }, }