diff options
| author | zhangchengwei <[email protected]> | 2018-11-28 09:57:27 +0800 |
|---|---|---|
| committer | zhangchengwei <[email protected]> | 2018-11-28 09:57:27 +0800 |
| commit | 516c863bf0ad83b52f3c60a85a5833ce2d62e3b6 (patch) | |
| tree | c442e3b599694e190dc400bcb61a672b093a62ba /bin | |
| parent | 04524b6ba04c5a5e78814ab0284528470bd7550e (diff) | |
wiredcfg支持consul配置;添加说明文档
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/conf/maat_table_info_easy.conf | 24 | ||||
| -rw-r--r-- | bin/conf/pangu_valve.conf | 1 |
2 files changed, 25 insertions, 0 deletions
diff --git a/bin/conf/maat_table_info_easy.conf b/bin/conf/maat_table_info_easy.conf new file mode 100644 index 0000000..055e9a8 --- /dev/null +++ b/bin/conf/maat_table_info_easy.conf @@ -0,0 +1,24 @@ +#each collumn seperate with '\t' +#id (0~65535( +#name string +#type one of ip,expr,compile or plugin +#src_charset one of GBK,BIG5,UNICODE,UTF8 +#dst_charset combined by GBK,BIG5,UNICODE,UTF8,seperate with '/' +#do_merege yes or no +#id name type IS_VALID_INDEX +0 APP_DOMAIN plugin 7 +1 APP_DYN_SEV_IP_CB plugin 9 +2 APP_POLICY plugin 7 +3 APP_STATIC_SEV_IP plugin 14 +4 LIMIT_DOMAIN plugin 7 +5 LIMIT_DYN_IP_CB plugin 9 +6 PXY_DYN_SEV_IP_CB plugin 9 +7 PXY_INTERCEPT_DOMAIN plugin 7 +8 LIMIT_IP plugin 14 +9 PXY_INTERCEPT_IP plugin 14 +10 INLINE_IP_CB plugin 14 +11 IR_STATIC_IP_POOL_CB plugin 9 +12 DK_CLI_IP_CB plugin 14 +13 IPD_DYN_SUBSCIBE_IP plugin 9 +14 IR_DYN_SIFT_IP plugin 9 +15 ANTI_DDOS_ATTACK_CB plugin 14 diff --git a/bin/conf/pangu_valve.conf b/bin/conf/pangu_valve.conf index e9663e8..06ebc99 100644 --- a/bin/conf/pangu_valve.conf +++ b/bin/conf/pangu_valve.conf @@ -14,6 +14,7 @@ CONSUL_REQ_TIMEOUT=4 CONSUL_LOCK_DELAY=5 CONSUL_SESSION_TTL=10 CONSUL_LEADER_KEY=PANGU_VALVE/valve_leader01 +CONSUL_WIREDCFG_APPNAME=PANGU_VALVE/CFG_AKA LOCAL_NET_NAME=eth2 SERVICE_TOPLIMIT_SW=0 |
