mirror of
https://github.com/masterking32/MasterHttpRelayVPN.git
synced 2026-05-17 21:24:37 +03:00
Add additional Google services to exclusion lists in config and constants
This commit is contained in:
+6
-1
@@ -31,7 +31,12 @@
|
||||
"calendar.google.com",
|
||||
"drive.google.com",
|
||||
"docs.google.com",
|
||||
"chat.google.com"
|
||||
"chat.google.com",
|
||||
"maps.google.com",
|
||||
"play.google.com",
|
||||
"translate.google.com",
|
||||
"assistant.google.com",
|
||||
"lens.google.com"
|
||||
],
|
||||
"direct_google_allow": [
|
||||
"www.google.com",
|
||||
|
||||
@@ -61,6 +61,11 @@ FRONT_SNI_POOL_GOOGLE: tuple[str, ...] = (
|
||||
"drive.google.com",
|
||||
"docs.google.com",
|
||||
"calendar.google.com",
|
||||
"maps.google.com",
|
||||
"chat.google.com",
|
||||
"translate.google.com",
|
||||
"play.google.com",
|
||||
"lens.google.com",
|
||||
)
|
||||
|
||||
|
||||
@@ -92,6 +97,9 @@ GOOGLE_DIRECT_EXACT_EXCLUDE = frozenset({
|
||||
"classroom.google.com",
|
||||
"keep.google.com",
|
||||
"play.google.com",
|
||||
"translate.google.com",
|
||||
"assistant.google.com",
|
||||
"lens.google.com",
|
||||
})
|
||||
GOOGLE_DIRECT_SUFFIX_EXCLUDE: tuple[str, ...] = (
|
||||
".meet.google.com",
|
||||
|
||||
Reference in New Issue
Block a user