diff options
author | Gleb Smirnoff <glebius@FreeBSD.org> | 2024-04-24 20:36:43 +0000 |
---|---|---|
committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2024-04-25 00:53:10 +0000 |
commit | c68eed82a3dcadf0c826e9e150f59769f4c44f24 (patch) | |
tree | bf98d42fd8b6958bc00216cc69c3c5e28d6afb37 /sys/conf/options | |
parent | 78101d437a92d539584795ffd2c46724da37e662 (diff) |
accf_tls: accept filter that waits for TLS handshake header
Diffstat (limited to 'sys/conf/options')
-rw-r--r-- | sys/conf/options | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/options b/sys/conf/options index 4e9d8a5b0741..fcab21ad7e78 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -425,6 +425,7 @@ ISP_FCTAPE_OFF opt_isp.h ACCEPT_FILTER_DATA ACCEPT_FILTER_DNS ACCEPT_FILTER_HTTP +ACCEPT_FILTER_TLS ALTQ opt_global.h ALTQ_CBQ opt_altq.h ALTQ_CDNR opt_altq.h |