fast-proxy-balancer
Version:
Smart and flexible proxy balancer for Node.js
7 lines • 299 B
TypeScript
/**
* Loads proxies from a file. Lines starting with "#" are ignored.
* @param filePath - Path to the proxy list file
* @returns An array of proxy strings (e.g., IP:Port)
*/
export declare function loadProxiesFromFile(filePath: string): Promise<string[]>;
//# sourceMappingURL=loadProxy.d.ts.map