From 1d24575c81455dc76f9f9bc15368a30f91b5a7b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cpengxuanzheng=E2=80=9D?= Date: Wed, 15 Sep 2021 18:50:56 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=83=20docs(TSG-7771):=20=E6=9B=B4?= =?UTF-8?q?=E6=96=B0tsg=5Fconn=5Fsketch.inf=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ansible/roles/firewall/templates/tsg_conn_sketch.inf.j2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ansible/roles/firewall/templates/tsg_conn_sketch.inf.j2 b/ansible/roles/firewall/templates/tsg_conn_sketch.inf.j2 index 28f7cb75..48b47304 100644 --- a/ansible/roles/firewall/templates/tsg_conn_sketch.inf.j2 +++ b/ansible/roles/firewall/templates/tsg_conn_sketch.inf.j2 @@ -44,3 +44,7 @@ FUNC_NAME=tsg_record_sip_entry [FTP] FUNC_FLAG=ALL 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