![]() |
![]()
| ![]() |
![]()
NAMEpactester - Tool to test proxy auto-config (pac) files. SYNOPSISpactester <-p pacfile> <-u url> [-h host] [-c client_ip] [-e] pactester <-p pacfile> <-f urlslist> [-c client_ip] [-e] DESCRIPTIONpactester is a tool to test proxy auto-config (pac) files. It returns the proxy config string for the given URL and the pac file. pactester uses pacparser C library for most of its functionality. OPTIONS
EXAMPLESTo find out the proxy config string for the pac file "wpad.dat" and the URL "http://www.google.com": $ pactester -p wpad.dat -u http://www.google.com For a client with IP address 10.0.12.123: $ pactester -p wpad.dat -c 10.0.12.123 -u http://www.google.com For a pac file hosted at http://wpad/wpad.dat: $ curl -s http://wpad/wpad.dat | pactester -p - -u http://google.com BUGSIf you have come across a bug in pactester, please submit a bug report at http://github.com/pacparser/pacparser/issues. AUTHORWritten by Manu Garg (http://www.manugarg.com). RESOURCESHomepage: http://github.com/pacparser/pacparser.
|