增加识别QUIC协议,支持QUIC SNI白名单功能

This commit is contained in:
liuxueli
2020-06-01 18:20:47 +08:00
parent fdd6c8ab2b
commit 7160164783
3 changed files with 65 additions and 6 deletions

View File

@@ -1124,6 +1124,9 @@ int tsg_scan_shared_policy(Maat_feather_t maat_feather, struct _identify_info *i
case PROTO_SSL:
idx=TABLE_SSL_SNI;
break;
case PROTO_QUIC:
idx=TABLE_SSL_SNI;
break;
default:
return 0;
break;