Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
What is proxy type auto mean??
@YounesGa said in Proxy:
It's the url format, example http://ip:port
But will it be socks5 or http?
socks5
socks5://ip:port
Its HTTP-Client, with the difference that requests will send with proxy.
For those who needs this later, you can set up http proxy and send a simple get request to https://api.ipify.org , it will give you the ip adress in plain text, no need to parse the json. One of many simple and easy ways to do it.
@000 I want it to pull proxy data from txt.
I've tried the same thing as you and for me it's working in RUN mode. Have you managed to make it work?