What format do I use when I enter proxy info into the SetProxy function?
Do I import a string that looks like this: 111.111.11.11:1234 | Proxy:Port? how do I set the proxy variable so it uses the appropriate ip and port?
What format do I use when I enter proxy info into the SetProxy function?
Do I import a string that looks like this: 111.111.11.11:1234 | Proxy:Port? how do I set the proxy variable so it uses the appropriate ip and port?
Create Proxy Table store/init, local/global .
Create Proxy String store,local,
Import or load your proxies in the Table, like you have: 111.111.11.11:1234
Create Variable Operate
Select Proxy Table to get value from table, and Set the value to be the proxy string
From there, you can optionally remove row and choose the order of how you want to get the proxies from the table
Then you insert Proxy Set, and select your Proxy String as the variable.
What format do I use when I enter proxy info into the SetProxy function?
Do I import a string that looks like this: 111.111.11.11:1234 | Proxy:Port? how do I set the proxy variable so it uses the appropriate ip and port?