summaryrefslogtreecommitdiff
path: root/config24.01.yaml
diff options
context:
space:
mode:
author尹姜谊 <[email protected]>2024-03-21 13:35:03 +0800
committer尹姜谊 <[email protected]>2024-03-21 13:35:03 +0800
commit69521f63d0c066a7f4e153f11f1fe92b1c2cd94a (patch)
tree3b0eab7d7b15cf41c743fddc9469b4804fb52fbf /config24.01.yaml
parenta391218374112b9ac2745921d6217707b6d09773 (diff)
Fix: windscribe sql配置错误
Diffstat (limited to 'config24.01.yaml')
-rw-r--r--config24.01.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config24.01.yaml b/config24.01.yaml
index 905fba5..f9f3b30 100644
--- a/config24.01.yaml
+++ b/config24.01.yaml
@@ -93,7 +93,7 @@ protonvpn:
plugin_id: 4
object_type: ip
confidence: confirmed
- sql: SELECT server_ip FROM {$db_name}.{$table_name} WHERE {$time_filter} AND (server_port IN (443, 7770, 8443, 88, 5060, 51820, 500, 80, 1224, 4500, 4569, 5060, 1194)) GROUP BY server_ip HAVING length(ports) > 10
+ sql: SELECT server_ip, groupUniqArray(port) as ports FROM {$db_name}.{$table_name} WHERE {$time_filter} AND (server_port IN (443, 7770, 8443, 88, 5060, 51820, 500, 80, 1224, 4500, 4569, 5060, 1194)) GROUP BY server_ip HAVING length(ports) > 10
# tsg系统内置Cyberghost-UDP APP获取新增活跃IP