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