diff options
| author | yangwei <[email protected]> | 2024-08-21 16:36:45 +0800 |
|---|---|---|
| committer | yangwei <[email protected]> | 2024-08-21 16:36:45 +0800 |
| commit | 03beeda8fc775ae43c6c375f026dd216dbafaa04 (patch) | |
| tree | 93e249caf5eefd2e34ee8b190dee52ed1e44bf5b /bin | |
| parent | e52a604edbc2f9b3bfbcbd991b5d191b1631ad85 (diff) | |
🐞 fix(detain entry in ssl_defer): register as a bussiness pluginv3.1.6
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/ssl.inf | 4 | ||||
| -rw-r--r-- | bin/ssl_defer.inf | 9 |
2 files changed, 9 insertions, 4 deletions
diff --git a/bin/ssl.inf b/bin/ssl.inf index 3471805..f73af40 100644 --- a/bin/ssl.inf +++ b/bin/ssl.inf @@ -10,7 +10,3 @@ GETPLUGID_FUNC=SSL_GETPLUGID [TCP] FUNC_FLAG=ALL FUNC_NAME=SSL_ENTRY - -[TCP_ALL] -FUNC_FLAG=ALL -FUNC_NAME=SSL_DETAIN_ENTRY
\ No newline at end of file diff --git a/bin/ssl_defer.inf b/bin/ssl_defer.inf new file mode 100644 index 0000000..5ee9088 --- /dev/null +++ b/bin/ssl_defer.inf @@ -0,0 +1,9 @@ +[PLUGINFO] +PLUGNAME=SSL_DEFER +SO_PATH=./plug/protocol/ssl/ssl.so +INIT_FUNC=SSL_DEFER_INIT +DESTROY_FUNC=SSL_DEFER_DESTROY + +[TCP_ALL] +FUNC_FLAG=ALL +FUNC_NAME=SSL_DETAIN_ENTRY |
