mirror of
https://github.com/masterking32/MasterHttpRelayVPN.git
synced 2026-05-17 21:24:37 +03:00
fix: add accounts.google.com to FRONT_SNI_POOL_GOOGLE
This commit is contained in:
@@ -93,6 +93,7 @@ SCRIPT_BLACKLIST_TTL = 600.0 # 10 minutes
|
||||
FRONT_SNI_POOL_GOOGLE: tuple[str, ...] = (
|
||||
"www.google.com",
|
||||
"mail.google.com",
|
||||
"accounts.google.com",
|
||||
# "drive.google.com",
|
||||
# "docs.google.com",
|
||||
# "calendar.google.com",
|
||||
|
||||
Reference in New Issue
Block a user