blob: 69c29a3bea11f4ebdb0fc50bda2f586c3b89ffa2 (
plain)
1
2
3
4
5
6
7
8
9
|
# https://gnutls.org/manual/html_node/Enabling_002fDisabling-system_002facceleration-protocols.html#Enabling-KTLS
#
# GnuTLS is built with -–enable-ktls configuration, KTLS is disabled by default.
# This can be enabled by setting ktls = true in [global] section.
#
[global]
ktls = false
#ktls = true
|