diff options
| author | 尹姜谊 <[email protected]> | 2024-03-06 15:40:17 +0800 |
|---|---|---|
| committer | 尹姜谊 <[email protected]> | 2024-03-06 15:40:17 +0800 |
| commit | 19baecb79d43917ed446f4027b7fe2b0d9a57a85 (patch) | |
| tree | 8603432ee5e07d111707780369d8d13360b7429a /config23.10.yaml | |
| parent | a1f949c69d36ec2214ceb11ee12bf39943e01093 (diff) | |
v24.01
Diffstat (limited to 'config23.10.yaml')
| -rw-r--r-- | config23.10.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config23.10.yaml b/config23.10.yaml index 6921ba0..7843c62 100644 --- a/config23.10.yaml +++ b/config23.10.yaml @@ -6,8 +6,8 @@ common: save_knowledgebase: True active_scan: # max calls/s (rough estimate) = max workers * max_call_per_sec switch: on - max_workers: 10 - max_calls_per_sec: 1000 + max_workers: 100 + max_calls_per_sec: 100 monitor: monitor_file_path: /opt/vpn-thwarting/vpn_knolwdgebase_monitor.prom @@ -130,7 +130,7 @@ turbovpn: confidence: confirmed security_table_name: security_event security_policy_id: 3847 - sql: SELECT common_server_ip FROM {$db_name}.{$security_table_name} WHERE {$time_filter} AND common_policy_id ={$security_policy_id} AND common_server_port IN (66, 109, 8080, 97, 94, 92, 21, 25) GROUP BY common_server_ip having length(groupUniqArray(common_server_port))>3 + sql: SELECT common_server_ip FROM {$db_name}.{$table_name} WHERE {$time_filter} AND common_policy_id ={$security_policy_id} AND common_server_port IN (66, 109, 8080, 97, 94, 92, 21, 25) GROUP BY common_server_ip having length(groupUniqArray(common_server_port))>3 geckovpn: |
