framework work well

This commit is contained in:
liuwentan
2022-11-25 16:32:29 +08:00
parent 2a83517894
commit 7e6d131c9e
51 changed files with 3499 additions and 3139 deletions

View File

@@ -1,9 +1,9 @@
#each column seperated by '\t'
[
{
"table_id":1,
"table_name":"HTTP_URL",
"table_type":"expr",
"scan_mode":"block",
"item_id":1,
"group_id":2,
"rule": {
@@ -11,21 +11,31 @@
"expr_type":4,
"match_method":5,
"is_hexbin":6,
"case_sensitive":7,
"is_valid":8
"is_valid":7
}
},
{
"table_id":2,
"table_name":"TEST_IP_PLUGIN",
"table_name":"IP_PLUGIN_TABLE",
"table_type":"ip_plugin",
"item_id":1,
"group_id":2,
"rule": {
"ip_type":2,
"start_ip":3,
"end_ip":4,
"is_valid":5
}
},
{
"table_id":3,
"table_name":"PLUGIN_TABLE",
"table_type":"plugin",
"item_id":1,
"rule": {
"key":2,
"tag":3,
"is_valid":4,
"foreign":[6,8,10]
}
}
]