yannickoo / proxilate

A simple proxy server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Proxilate

A simple proxy server

Installation

$ npm install -g proxilate

Starting Proxilate

$ proxilate

Options

Usage: $0 -p [port] --username=[username] --password=[password] --forbidden-hosts[list of comma delimited forbidden hosts]

The server listens on port 9235 by default.

Usage

Make a request to the proxilate server with the forward url as the path. eg.

$ curl http://127.0.0.1:9235/https://www.google.com

About

A simple proxy server


Languages

Language:JavaScript 100.0%