1.2.4 • Published 8 years ago

proxy-diff v1.2.4

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

Confirm contents via proxies

Usage

npm i -g proxy-diff
proxy-diff -c ${path_to_config_file}

Configuration

proxies ( Array )

Proxy URLs should be specified.

urls ( Array )

Request URLs should be specified.

{
  "proxies": [
    "http://aproxy:8080",
    "http://bproxy:8080"
  ],
  "urls": [
    "http://aaa.bbb.com/aaa.txt",
    "http://aaa.bbb.com/bbb.txt",
    "http://aaa.bbb.com/ccc.txt"
  ]
}

Options

-c --config

Configuration file path

-f --format ( default: colored )

Specify output format. colored, plain, html can be used.

1.2.4

8 years ago

1.2.3

8 years ago

1.2.2

8 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago