From b08f6164147a7755ac919b2bc9e5204082ba11c5 Mon Sep 17 00:00:00 2001 From: bangbang93 Date: Sun, 12 May 2024 13:05:44 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=B7=B7=E5=85=A5=E4=BA=86=E5=A4=9A?= =?UTF-8?q?=E4=BD=99=E7=9A=84=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/cluster.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cluster.ts b/src/cluster.ts index 07364fc..a0f6155 100644 --- a/src/cluster.ts +++ b/src/cluster.ts @@ -40,7 +40,7 @@ interface ICounters { bytes: number } -const whiteListDomain = ['localhost', 'bangbang93.com', '192.168'] +const whiteListDomain = ['localhost', 'bangbang93.com'] // eslint-disable-next-line @typescript-eslint/naming-convention const __dirname = dirname(fileURLToPath(import.meta.url))