Add FR Proxy + small script (#1525)

This commit is contained in:
Shuchang Zheng
2025-01-09 07:52:48 -08:00
committed by GitHub
parent f4031fc4f7
commit d1bbaa4c7a
3 changed files with 12 additions and 0 deletions

View File

@@ -35,6 +35,8 @@ export const ProxyLocation = {
ResidentialES: "RESIDENTIAL_ES",
ResidentialIN: "RESIDENTIAL_IN",
ResidentialJP: "RESIDENTIAL_JP",
ResidentialGB: "RESIDENTIAL_GB",
ResidentialFR: "RESIDENTIAL_FR",
None: "NONE",
} as const;