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

@@ -52,6 +52,7 @@ export const ProxyLocation = {
ResidentialMX: "RESIDENTIAL_MX",
ResidentialIT: "RESIDENTIAL_IT",
ResidentialNL: "RESIDENTIAL_NL",
ResidentialPH: "RESIDENTIAL_PH",
ResidentialISP: "RESIDENTIAL_ISP",
None: "NONE",
} as const;