summaryrefslogtreecommitdiff
path: root/config23.10.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'config23.10.yaml')
-rw-r--r--config23.10.yaml6
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: