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",