Brave
Prepare connection parameters (host, port, login, password):
Getting started → Proxy setup
Protocols: HTTP/HTTPS • SOCKS5
System proxies: Windows • macOS • Linux
Features of Brave
Brave is built on Chromium and uses the system proxy settings. Additionally, you can specify a proxy when launching using the --proxy-server
flag.
Option A. Configure through system settings (simple and reliable)
- Configure the proxy at the OS level (Windows/macOS/Linux):
Windows • macOS • Linux - Restart Brave; if necessary, enter your login/password.
Option B. Launch Brave with an explicit proxy (Linux/macOS/Windows)
# HTTP(S)
brave --proxy-server="http://p2.mangoproxy.com:2333"
# SOCKS5
brave --proxy-server="socks5://p2.mangoproxy.com:2333"
On Windows, the path to the executable may look like:
"C:\\Program Files\\BraveSoftware\\Brave-Browser\\Application\\brave.exe" --proxy-server="http://p2.mangoproxy.com:2333"
Checking
- Open
https://api.ipify.org
— it should return the Mango Proxy IP. - When prompted, enter the proxy login/password.
Tips
- For targeted application (only Brave) without changing the system, use ProxyCap or Proxifier.
- For debugging network requests, add Charles/Fiddler to the chain.