Skip to content

Commit 3cfbffc

Browse files
committed
fix: add/move google domains to sni_rewrite
it's a lot faster to do a sni-rewrite instead of tunneling them
1 parent 190e6fa commit 3cfbffc

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

src/core/constants.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -138,23 +138,15 @@
138138
"notebooklm.google.com",
139139
"labs.google.com",
140140
"meet.google.com",
141-
"accounts.google.com",
142-
"ogs.google.com",
143141
"mail.google.com",
144142
"calendar.google.com",
145-
"drive.google.com",
146143
"docs.google.com",
147144
"chat.google.com",
148-
"photos.google.com",
149-
"maps.google.com",
150-
"myaccount.google.com",
151145
"contacts.google.com",
152146
"classroom.google.com",
153147
"keep.google.com",
154148
"play.google.com",
155-
"translate.google.com",
156-
"assistant.google.com",
157-
"lens.google.com",
149+
"assistant.google.com"
158150
})
159151
GOOGLE_DIRECT_SUFFIX_EXCLUDE: tuple[str, ...] = (
160152
".meet.google.com",
@@ -213,6 +205,14 @@
213205
"myaccount.google.com",
214206
"takeout.google.com",
215207
"takeout-download.usercontent.google.com",
208+
"images.google.com",
209+
"lens.google.com",
210+
"translate.google.com",
211+
"drive.google.com",
212+
"photos.google.com",
213+
"accounts.google.com",
214+
"ogs.google.com",
215+
"maps.google.com"
216216
)
217217

218218

0 commit comments

Comments
 (0)