2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 13:23:02 +01:00
Files
dockerfiles_vimagick/alpaca/README.md
2025-01-20 12:07:52 +08:00

436 B

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.