You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Headless y capturas están disponibles solo en modo URL con búsqueda HTML activada.
68
+
- Controles: el límite de velocidad es un umbral suave; el timeout es un corte duro por solicitud. Además reintentos, concurrencia, RPS máx, retraso aleatorio + jitter, máx. proxies por ejecución.
69
+
- Resultados: cada proxy se comprueba por cada tipo seleccionado; logs/exportes incluyen tipo, modo y URL; resumen con listas por tipo y copiar/mover a la lista.
70
+
- Resumen: separación por tipo y botón "Mover a la lista de proxies" para filtrar rápido y luego revalidar en modo más estricto (primero validez, luego URL objetivo).
71
+
- Agregadores preinstalados en `src/renderer/lib/proxyAggregators` (son ejemplos; algunos pueden estar caídos o bloqueados por región).
72
+
59
73
## Seguridad y privacidad
60
74
61
75
- Las claves se envían solo al endpoint API seleccionado
- Inputs: manual list, file import, and aggregator URLs (one per line; `#` comments allowed).
61
+
- Formats: `ip:port` or `user:pass@ip:port`; auto-normalize and dedupe.
62
+
- Check modes: validity or URL access with a configurable target URL.
63
+
- HTML search: one or multiple texts (OR). Non-headless reads only the first N KB.
64
+
- Headless browser: full page load with JS; optional screenshots (folder, max files, auto-delete, include failed).
65
+
- Headless + screenshots are available only in URL mode with HTML search enabled.
66
+
- Controls: speed limit is a soft latency threshold; timeout is a hard per-request cutoff. Plus retries, concurrency, max RPS, random delay + jitter, max proxies per run.
67
+
- Results: each proxy is checked per selected type; logs/exports include proxy type, check mode, target URL; summary includes per-type lists with copy/move-to-list.
68
+
- Summary workflow: split by proxy type, plus "Move to Proxy list" to re-check valid proxies under stricter settings (first run validity, then target URL).
69
+
- Bundled aggregator presets live in `src/renderer/lib/proxyAggregators` (examples; some URLs may be dead or region-blocked).
- Результаты: каждый прокси проверяется по каждому выбранному типу; в логах/экспорте есть тип, режим, URL; в сводке — списки по типам с копированием/переносом.
70
+
- Сводка: разделение по типам и кнопка "Переместить в Proxy list", чтобы быстро отсечь валидные и затем перепроверить их в более жестком режиме (сначала доступность, потом целевой сайт).
71
+
- Предустановленные агрегаторы лежат в `src/renderer/lib/proxyAggregators` (это примеры; ссылки могут быть недоступны из-за региональных блокировок или потому что источники умерли).
0 commit comments