diff options
| author | liuxueli <[email protected]> | 2020-04-08 09:47:15 +0800 |
|---|---|---|
| committer | liuxueli <[email protected]> | 2020-04-08 09:47:15 +0800 |
| commit | a4e2a7c5adcce45bdc4f04e7054a6b9dc973618d (patch) | |
| tree | ccf71b8d85777e647a43d7dd4bc26f189517b926 | |
| parent | 44c2d7cd2aa8d3ee296c47cb0785a12581d332d0 (diff) | |
支持IP虚拟表,校正配置文件v1.0.3
| -rw-r--r-- | bin/tsg_static_tableinfo.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/tsg_static_tableinfo.conf b/bin/tsg_static_tableinfo.conf index 549f9a0..d285290 100644 --- a/bin/tsg_static_tableinfo.conf +++ b/bin/tsg_static_tableinfo.conf @@ -16,7 +16,7 @@ 5 TSG_OBJ_URL expr UTF8 UTF8/GBK yes 0 6 TSG_OBJ_FQDN expr UTF8 UTF8 yes 0 6 TSG_OBJ_FQDN_CAT expr UTF8 UTF8 yes 0 -7 TSG_OBJ_KEYWORDS expr UTF8 UTF8/GBK yes 0 +7 TSG_OBJ_KEYWORDS expr UTF8 UTF8/GBK/windows-1251 yes 0 8 TSG_OBJ_APP_ID expr UTF8 UTF8 yes 0 9 TSG_OBJ_HTTP_SIGNATURE expr_plus UTF8 UTF8/GBK yes 0 10 TSG_FIELD_HTTP_HOST virtual TSG_OBJ_FQDN -- @@ -40,3 +40,6 @@ 28 TSG_FIELD_FTP_CONTENT virtual TSG_OBJ_KEYWORDS -- 29 TSG_FIELD_FTP_ACCOUNT virtual TSG_OBJ_ACCOUNT -- 30 FW_PROFILE_DNS_RECORDS plugin {"key":1,"valid":5} -- +31 TSG_SECURITY_SOURCE_ADDR virtual TSG_OBJ_IP_ADDR -- +32 TSG_SECURITY_DESTINATION_ADDR virtual TSG_OBJ_IP_ADDR -- +33 TSG_SECURITY_ADDR composition {"source":"TSG_SECURITY_SOURCE_ADDR","destination":"TSG_SECURITY_DESTINATION_ADDR"} |
