An open API service indexing awesome lists of open source software.

https://github.com/fcjr/pactester

A Pure JS* implementation of pactester.
https://github.com/fcjr/pactester

auto-config cli pac pacfile proxy

Last synced: about 2 months ago
JSON representation

A Pure JS* implementation of pactester.

Awesome Lists containing this project

README

          

# pactester

A Pure JS* implementation of [pactester](https://github.com/manugarg/pacparser).

## Installation

```sh
npm i -g pactester
```

## Usage

```sh
Usage: pactester [options]

Pure JS* implementation of pactester.

* (Almost. Currently still relies on c++.)

Options:
-p PAC file to test (specify '-' to read from standard input)
-u URL to test for
-h Host part of the URL
-c client IP address (as returned by myIpAddress() function in PAC files),
defaults to IP address on which it is running.
-f a file containing list of URLs to be tested.
-v print version and exit
```