1.2.4 • Published 10 years ago

proxy-diff v1.2.4

Weekly downloads
1
License
MIT
Repository
github
Last release
10 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

10 years ago

1.2.3

10 years ago

1.2.2

10 years ago

1.2.1

10 years ago

1.2.0

10 years ago

1.1.0

10 years ago

1.0.0

10 years ago