dpi-detector/core
Kirill Minovsky 6ea57b5adb refactor(core): optimize HTTP requests and SSL context (N/A)
- Switched TLS scanner request method from GET to HEAD
- Updated request headers for better compatibility
- Removed stream=True from scanner response handling
- Introduced _SHARED_VERIFY_CTX for TCP scanner instances
- Reused SSL context to reduce object allocation overhead
2026-05-07 01:11:08 +03:00
..
__init__.py dpi-detector 2.0 init 2026-02-28 00:53:00 +03:00
dns_scanner.py feat(dns): Added DNS availability test and updated UI 2026-04-24 15:09:12 +03:00
tcp16_scanner.py refactor(core): optimize HTTP requests and SSL context (N/A) 2026-05-07 01:11:08 +03:00
telegram_scanner.py update UPLOAD_TEST_IP 2026-04-24 15:11:43 +03:00
tls_scanner.py refactor(core): optimize HTTP requests and SSL context (N/A) 2026-05-07 01:11:08 +03:00