From 3cde7ae8c05458f1963da805b0e84e89d258e5f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BD=AD=E5=AE=A3=E6=AD=A3?= Date: Wed, 3 Nov 2021 15:11:21 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=83=20docs(TSG-8304,TSG-8302,TSG-8303)?= =?UTF-8?q?:=20update=20tsg=5Fconn=5Fsketch.inf?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ansible/roles/firewall/templates/tsg_conn_sketch.inf.j2 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ansible/roles/firewall/templates/tsg_conn_sketch.inf.j2 b/ansible/roles/firewall/templates/tsg_conn_sketch.inf.j2 index 48b47304..803b7f5f 100644 --- a/ansible/roles/firewall/templates/tsg_conn_sketch.inf.j2 +++ b/ansible/roles/firewall/templates/tsg_conn_sketch.inf.j2 @@ -47,4 +47,8 @@ FUNC_NAME=tsg_record_ftp_entry [QUIC] FUNC_FLAG=QUIC_CLIENT_HELLO,QUIC_SERVER_HELLO,QUIC_CACHED_CERT,QUIC_COMM_CERT,QUIC_CERT_CHAIN,QUIC_VERSION,QUIC_APPLICATION_DATA -FUNC_NAME=tsg_record_quic_entry \ No newline at end of file +FUNC_NAME=tsg_record_quic_entry + +[SSH] +FUNC_FLAG=ALL +FUNC_NAME=tsg_record_ssh_entry \ No newline at end of file