diff options
| author | luwenpeng <[email protected]> | 2020-06-11 17:57:18 +0800 |
|---|---|---|
| committer | luwenpeng <[email protected]> | 2020-07-06 16:16:21 +0800 |
| commit | cd26e3e6c1a0189a0834dcf11efb35616d19b9e7 (patch) | |
| tree | 91f26133c896df196e18e3a960648020365bffc8 /conf | |
| parent | d761b0ea7888f44faf39a6c0fe59fc211796bf67 (diff) | |
TSG-1531 TFE 新增 DOH 插件
1.DOH 协议解析
2.DOH 协议还原
3.DOH POST请求 early response
4.DOH 策略扫描
5.tfe plugin 支持多个 bussiness 插件调用
6.Maat_feather 的创建从 pangu 剥离(涉及pangu/doh/ssl-policy)
7.增加 kafka 日志
8.增加测试用例
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/doh/doh.conf | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/conf/doh/doh.conf b/conf/doh/doh.conf new file mode 100644 index 0000000..0da64de --- /dev/null +++ b/conf/doh/doh.conf @@ -0,0 +1,34 @@ +[doh] +# default 1 +enable=1 + +[log] +# default 10 +# RLOG_LV_DEBUG : 10 +# RLOG_LV_INFO : 20 +# RLOG_LV_FATAL : 30 +log_level=10 + +[maat] +# default TSG_OBJ_APP_ID +table_appid=TSG_OBJ_APP_ID +# default TSG_SECURITY_ADDR +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 + +[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 |
