ao icon indicating copy to clipboard operation
ao copied to clipboard

Add Proxy (https/socks4/socks5) support

Open gabriellluz opened this issue 5 years ago • 3 comments

Is your feature request related to a problem? Please describe. I can't use Ao at work. We use Endian as a proxy server to connect to it.

Describe the solution you'd like An option so we can type the address, username and password for proxy. Add support for proxy (http/s, socks4, socks5)

Additional context Nope.

gabriellluz avatar May 27 '19 12:05 gabriellluz

Add Proxy (https/socks4/socks5) support please

troilus avatar Sep 20 '19 01:09 troilus

As AO uses Electron, the proxy should be able to be configured with the same method as vscode or other applications using Electron.

For information: https://code.visualstudio.com/docs/setup/network

Inokinoki avatar Sep 20 '19 10:09 Inokinoki

As AO uses Electron, the proxy should be able to be configured with the same method as vscode or other applications using Electron.

For information: https://code.visualstudio.com/docs/setup/network

It's work with arguments, thanks a lot!

# Disable proxy
--no-proxy-server

# Manual proxy address
--proxy-server=<scheme>=<uri>[:<port>][;...] | <uri>[:<port>] | "direct://"

# Manual PAC address
--proxy-pac-url=<pac-file-url>

# Disable proxy per host
--proxy-bypass-list=(<trailing_domain>|<ip-address>)[:<port>][;...]

troilus avatar Sep 22 '19 00:09 troilus