Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 901 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 901 Bytes

proxy-pac

Proxy Helpers and Setup

Usage

Windows

  1. Open Windows "Proxy Settings"
    1. Windows key → then type "proxy settings"
  2. Use setup script: "On"
  3. Script address: https://raw.githubusercontent.com/andylytical/proxy-pac/master/proxy.pac
  4. Save

Mac

  1. Settings → Network → Advanced → Proxies → Automatic Proxy Configuration
  2. Enter path to local file (example: file:///absolute/path/to/proxy.pac)

See also: https://gist.github.com/dusenberrymw/850151bda3253453e5244d6a33c7cd2d

Testing

Online

Local

  1. Install libpacparser1
    1. sudo apt install libpacparser1 #ubuntu
  2. /usr/bin/pactester -p <PAC_FILE> -u <URL> References:

References