mirror of
https://github.com/masterking32/MasterHttpRelayVPN.git
synced 2026-05-17 21:24:37 +03:00
feat: reorder Google SNI pool entries for consistency
This commit is contained in:
+2
-2
@@ -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.
|
# 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.
|
# from my own benchmarks . Google and mail have 658 kb ps but the rest have 16 kb ps.
|
||||||
FRONT_SNI_POOL_GOOGLE: tuple[str, ...] = (
|
FRONT_SNI_POOL_GOOGLE: tuple[str, ...] = (
|
||||||
"www.google.com",
|
|
||||||
"mail.google.com",
|
"mail.google.com",
|
||||||
"accounts.google.com",
|
"accounts.google.com",
|
||||||
|
"www.google.com",
|
||||||
# "drive.google.com",
|
# "drive.google.com",
|
||||||
# "docs.google.com",
|
# "docs.google.com",
|
||||||
# "calendar.google.com",
|
# "calendar.google.com",
|
||||||
|
|||||||
Reference in New Issue
Block a user