This repository was archived by the owner on Jun 11, 2022. It is now read-only.
forked from Ashesh3/Steam-Account-Generator
-
-
Notifications
You must be signed in to change notification settings - Fork 35
Proxy file format?
Andrey edited this page Oct 21, 2019
·
3 revisions
It will be like:
-
127.0.0.1:8888- Will be shown asunknownbut will be used as http(s)* -
http://127.0.0.1:8888/- Will be shown ashttpand used as http(s)* -
https://127.0.0.1:8888/- Will be shown ashttpsand used as http(s)* -
socks4://127.0.0.1:8888/- Will be shown assocks4and used as socks4 proxy -
socks5://127.0.0.1:8888/- Will be shown assocks5and used as socks5 proxy
* - Type of HTTP/HTTPS proxies works through default proxy handler, socks4/5 proxies works using TheSuunny/Yove.Proxy handler
You need use this schema
http://username:password@127.0.0.1:9050socks4://username:password@127.0.0.1:9050socks5://username:password@127.0.0.1:9050
But some attention!
If your proxy have : in username or/and have @ in password - this proxy will not work correctly.