Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rryter/conditional-forward-proxy

Conditionally Forward Requests
https://github.com/rryter/conditional-forward-proxy

conditional http https proxy

Last synced: 20 days ago
JSON representation

Conditionally Forward Requests

Awesome Lists containing this project

README

        

# cfproxy.js

[![npm version](https://badge.fury.io/js/%40twy-gmbh%2Fconditional-forward-proxy.svg)](https://badge.fury.io/js/%40twy-gmbh%2Fconditional-forward-proxy)

**\[WIP\]** It's a HTTP / HTTPS proxy which will be able be fed with rules, so that it can decide whether the request is sent
from the current machine, or sent to another proxy.

## Table of Contents

1. [Documentation](#documentation)
1. [Installation](#installation)
2. [Usage](#usage)
2. [Issues](#issues)
3. [License](#license)

## [Documentation](#documentation)

### Installation

```shell
npm install -g @twy-gmbh/conditional-forward-proxy
```

### Usage

For testing purposes:

```shell
cfproxy
```

For permanent use:

https://www.axllent.org/docs/view/nodejs-service-with-systemd/

**Disclaimer:**

Please be advised this library is not (yet) tested. Do not use for production environments.

### Issues

Please do not hesitate to open an issue in case you are running into problems.

## License

Copyright (c) 2020 Reto Ryter (twitter: [@rryter](https://twitter.com/rryter))
Licensed under the MIT license.