1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-30 05:39:31 +02:00
2025-01-20 12:07:52 +08:00
..
2025-01-20 12:07:52 +08:00
2025-01-20 12:07:52 +08:00
2025-01-20 12:07:52 +08:00

alpaca

Alpaca is a local HTTP proxy for command-line tools. It supports proxy auto-configuration (PAC) files and NTLM authentication.

Sample proxy.pac

function FindProxyForURL(url, host) {
  return "DIRECT";
}

Read this to create your own.