mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 13:27:38 +00:00
feat: add proxy rotation (settable per store) (#1026)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import {Browser, LoadEvent} from 'puppeteer';
|
||||
import {Browser, BrowserContext, LoadEvent} from 'puppeteer';
|
||||
|
||||
export type Element = {
|
||||
container?: string;
|
||||
@@ -178,4 +178,7 @@ export type Store = {
|
||||
waitUntil?: LoadEvent;
|
||||
minPageSleep?: number;
|
||||
maxPageSleep?: number;
|
||||
|
||||
proxyList?: string[];
|
||||
currentProxyIndex?: number;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user