summaryrefslogtreecommitdiff
path: root/conf/doh
diff options
context:
space:
mode:
authorluwenpeng <[email protected]>2020-06-24 16:40:53 +0800
committerluwenpeng <[email protected]>2020-07-06 16:16:58 +0800
commit03d05dd73ec842cd05a4f29f6d2ff07f974bc9ad (patch)
tree4fa3524e1c32a406e5c2e5f71eb987ca71c5e717 /conf/doh
parentb4683daf324b83f8284439992b46158d58b40e30 (diff)
TSG-1531 tfe 代码整理, 将多插件公用的基础代码移动到 tfe init 阶段
1.将 kafka 的初始化从 pangu init 阶段移动到 tfe init 阶段 2.将 device id 的获取从 pangu init 阶段移动到 tfe init 阶段 3.将 kafka 的配置项从 pangu.conf 移动到 tfe.conf 4.将 maat 的配置项从 pangu.conf 移动到 tfe.conf
Diffstat (limited to 'conf/doh')
-rw-r--r--conf/doh/doh.conf13
1 files changed, 3 insertions, 10 deletions
diff --git a/conf/doh/doh.conf b/conf/doh/doh.conf
index 0da64de..b128f71 100644
--- a/conf/doh/doh.conf
+++ b/conf/doh/doh.conf
@@ -17,18 +17,11 @@ table_addr=TSG_SECURITY_ADDR
# default TSG_FIELD_DOH_QNAME
table_qname=TSG_FIELD_DOH_QNAME
# default TSG_FIELD_HTTP_HOST
-table_host=TSG_FIELD_HTTP_HOST
+table_host=TSG_FIELD_DOH_HOST
[kafka]
-# default NULL
-device_id_filepath==/opt/tsg/etc/tsg_sn.json
# default 0
ENTRANCE_ID=0
# default 1
-en_sendlog=1
-# default eth0
-NIC_NAME=eth0
-# defautl empty
-kafka_brokerlist=192.168.40.224:9092
-# default POLICY-DOH-LOG
-kafka_topic=POLICY-DOH-LOG \ No newline at end of file
+# if enable "en_sendlog", the iterm "tfe.conf [kafka] enable" must set 1
+en_sendlog=1 \ No newline at end of file