diff options
| author | fengweihao <[email protected]> | 2023-12-29 14:39:03 +0800 |
|---|---|---|
| committer | fengweihao <[email protected]> | 2023-12-29 14:39:03 +0800 |
| commit | ced991b4a0569f52fbae33aa8ce15c9d4ea6bda7 (patch) | |
| tree | f28257f66772f6dcdf130d82272054dddfe6dc59 /conf | |
| parent | b011a9268042db22cc54ca8171640dbfb2ab617c (diff) | |
TSG-18286 Proxy支持虚拟表表名变更,删除代理本地缓存,删除tsg-http相关配置v4.8.56-20231229
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | conf/doh/doh.conf | 4 | ||||
| -rw-r--r-- | conf/tfe/tfe.conf | 4 |
3 files changed, 6 insertions, 3 deletions
diff --git a/conf/CMakeLists.txt b/conf/CMakeLists.txt index 4267a06..48c9565 100644 --- a/conf/CMakeLists.txt +++ b/conf/CMakeLists.txt @@ -1,3 +1,2 @@ install(DIRECTORY tfe DESTINATION conf COMPONENT Profile) -install(DIRECTORY pangu DESTINATION conf COMPONENT Profile) install(DIRECTORY doh DESTINATION conf COMPONENT Profile)
\ No newline at end of file diff --git a/conf/doh/doh.conf b/conf/doh/doh.conf index dd78fdb..2bf4ea0 100644 --- a/conf/doh/doh.conf +++ b/conf/doh/doh.conf @@ -6,8 +6,8 @@ table_appid=ATTR_APP_ID table_src_addr=ATTR_SOURCE_ADDR table_dst_addr=ATTR_DESTINATION_ADDR table_qname=ATTR_DOH_QNAME -table_host=ATTR_DOH_HOST -table_host_cat=ATTR_DOH_HOST_CAT +table_host=ATTR_SERVER_FQDN +table_host_cat=ATTR_SERVER_FQDN_CAT [kafka] ENTRANCE_ID=0 diff --git a/conf/tfe/tfe.conf b/conf/tfe/tfe.conf index c80f87b..b9e50b2 100644 --- a/conf/tfe/tfe.conf +++ b/conf/tfe/tfe.conf @@ -116,6 +116,10 @@ cert_expire_time=24 # health_check only for "mode=normal" default 1 enable_health_check=1 +[tsg_http] +enable_plugin=1 +en_sendlog=1 + [debug] # 1 : enforce tcp passthrough # 0 : Whether to passthrough depends on the tcp_options in cmsg |
