多命中情况下,优先级:WHITELIST>REJEC >REDIRECTT>REPLACE。相同优先级执行配置ID较大的。MONIT支持多命中。

This commit is contained in:
zhengchao
2018-09-29 16:05:10 +08:00
parent 3f4b7cbd90
commit 5958c7fab1
2 changed files with 40 additions and 15 deletions

View File

@@ -42,9 +42,7 @@ target_link_libraries(test_key_keeper pthread dl
curl
MESA_htable wiredcfg
MESA_field_stat)
install(TARGETS test_key_keeper RUNTIME DESTINATION ./)
### test_tfe_rpc
add_executable(test_tfe_rpc test/test_tfe_rpc.cpp src/key_keeper.cpp src/ssl_sess_cache.cpp src/ssl_utils.cc)
@@ -64,9 +62,6 @@ target_link_libraries(test_tfe_rpc pthread dl
curl
MESA_field_stat)
install(TARGETS test_tfe_rpc RUNTIME DESTINATION ./)
### test_chello_parse
add_executable(test_chello_parse test/test_chello_parse.cpp src/ssl_utils.cc)
@@ -84,5 +79,3 @@ target_link_libraries(test_chello_parse pthread dl
MESA_htable wiredcfg
cjson
MESA_field_stat)
install(TARGETS test_chello_parse RUNTIME DESTINATION ./)