dougy147 / mcbash

bash script to find valid MAC addresses on some IPTV platform
GNU General Public License v3.0
89 stars 34 forks source link

Proxy support #7

Closed dougy147 closed 1 year ago

dougy147 commented 1 year ago

Adding proxy support for curl requests. The option --proxy needs a proxy URL and supports any authentication method (HTTP, HTTPS,...) thanks to curl option --proxy-anyauth. The option --proxy-user is not mandatory but allows you to set your proxy credentials in this format : user:pass.

Example : mcbash --proxy http://localhost:12345 --proxy-user myname:mypass