fix: add additional Google services to FRONT_SNI_POOL

This commit is contained in:
Abolfazl
2026-04-24 01:41:41 +03:30
parent 427be7b28f
commit 1e256d5f06
+2
View File
@@ -99,6 +99,8 @@ FRONT_SNI_POOL_GOOGLE: tuple[str, ...] = (
"translate.google.com",
"play.google.com",
"lens.google.com",
"scholar.google.com",
"chromewebstore.google.com",
)