Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rryter/conditional-forward-proxy
- Owner: rryter
- License: mit
- Created: 2020-04-21T11:01:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T03:56:12.000Z (about 2 years ago)
- Last Synced: 2024-04-25T12:43:45.698Z (9 months ago)
- Topics: conditional, http, https, proxy
- Language: TypeScript
- Homepage:
- Size: 550 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
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.