From 359f9bf841f6d42ea28e9bb88542880d93a1faff Mon Sep 17 00:00:00 2001 From: 尹姜谊 Date: Mon, 18 Mar 2024 14:03:56 +0800 Subject: Add: 过滤局域网IP MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config24.01.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config24.01.yaml') diff --git a/config24.01.yaml b/config24.01.yaml index 4008c3a..7f7dc7d 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, groupUniqArray(server_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 + 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 # tsg系统内置Cyberghost-UDP APP获取新增活跃IP -- cgit v1.2.3