shahzain345 / Discord-MultiToolPY

Discord Multi Tool-PY is a multi-threaded Discord Self Bot and it is used for many features such as the token joiner and MassDM
MIT License
44 stars 11 forks source link

How to properly input proxies #11

Closed imdylan0831 closed 1 year ago

imdylan0831 commented 1 year ago

I have my own proxylist. The problem being I don't know how to actually make the tool use those because it does not connect properly to the proxies in the list, even though most of them are working. How do I correctly input the proxies in the txt. file?

shahzain345 commented 1 year ago

The proxies should be in this format: Format for proxies with auth

username:pass@ip:port
username:pass@ip:port

Format for proxies without auth

ip:port

I hope this helps!