add PH proxy option (#4395)

This commit is contained in:
Marc Kelechava
2026-01-05 09:52:22 -08:00
committed by GitHub
parent a667bc598b
commit c5251e7115
5 changed files with 16 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ ProxyLocation = typing.Union[
"RESIDENTIAL_MX",
"RESIDENTIAL_IT",
"RESIDENTIAL_NL",
"RESIDENTIAL_PH",
"RESIDENTIAL_ISP",
"NONE",
],