From 749a2bed810addd76e03b002a59e173d297b34c0 Mon Sep 17 00:00:00 2001 From: Abolfazl Date: Fri, 1 May 2026 05:55:02 +0330 Subject: [PATCH] feat: reorder Google SNI pool entries for consistency --- src/constants.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/constants.py b/src/constants.py index 052b0b8..46fca87 100644 --- a/src/constants.py +++ b/src/constants.py @@ -91,9 +91,9 @@ SCRIPT_BLACKLIST_TTL = 600.0 # 10 minutes # Looks like that only mail and google.com not have a shaped DPI, the rest are 16kb shape blocked. # from my own benchmarks . Google and mail have 658 kb ps but the rest have 16 kb ps. FRONT_SNI_POOL_GOOGLE: tuple[str, ...] = ( - "www.google.com", "mail.google.com", - "accounts.google.com", + "accounts.google.com", + "www.google.com", # "drive.google.com", # "docs.google.com", # "calendar.google.com",