Add SK Broadband inference note when KT/LG blocking detected
No SK eyeball probes available in Globalping, so summary now notes "SK Broadband 등 다른 통신사에서도 동일하게 차단되었을 것으로 추정" when KT/LG SNI blocking is detected. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -432,7 +432,7 @@ function generateSummary(
|
|||||||
const blockedProbes = koreaProbes.filter((p) => p.blocked);
|
const blockedProbes = koreaProbes.filter((p) => p.blocked);
|
||||||
if (blockedProbes.length > 0) {
|
if (blockedProbes.length > 0) {
|
||||||
const names = blockedProbes.map((p) => `${p.network}`).join(', ');
|
const names = blockedProbes.map((p) => `${p.network}`).join(', ');
|
||||||
summary.push(`ISP 차단 감지: ${names}에서 SNI 기반 차단(ECONNRESET)이 확인되었습니다. 방통위/KCSC 차단일 가능성이 높습니다.`);
|
summary.push(`ISP 차단 감지: ${names}에서 SNI 기반 차단(ECONNRESET)이 확인되었습니다. 방통위/KCSC 차단일 가능성이 높으며, SK Broadband 등 다른 통신사에서도 동일하게 차단되었을 것으로 추정됩니다.`);
|
||||||
} else {
|
} else {
|
||||||
const eyeballProbes = koreaProbes.filter((p) => p.isEyeball && p.http);
|
const eyeballProbes = koreaProbes.filter((p) => p.isEyeball && p.http);
|
||||||
if (eyeballProbes.length > 0) {
|
if (eyeballProbes.length > 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user