# proxy-only

> Simple HTTP proxy.

Latest version **1.0.5** (published 2016-05-12) · ISC license · 0 weekly downloads

## Install

```sh
npm install proxy-only
pnpm add proxy-only
yarn add proxy-only
bun add proxy-only
```

Provides the command `proxy-only`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.5 |
| Published | 2016-05-12 |
| First published | 2016-05-12 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Alexandre Strzelewicz |
| Maintainers | tknew |

## Links

- npm: https://www.npmjs.com/package/proxy-only
- Repository: https://github.com/gridcontrol/proxy-only
- Homepage: https://github.com/gridcontrol/proxy-only#readme
- Issues: https://github.com/gridcontrol/proxy-only/issues
- npm.io page: https://npm.io/package/proxy-only

## Dependencies (3)

- [fmt](https://npm.io/package/fmt.md) *
- [public-ip](https://npm.io/package/public-ip.md) *
- [http-proxy](https://npm.io/package/http-proxy.md) *

## Recent versions

- 1.0.5 (latest) — 2016-05-12
- 1.0.4 — 2016-05-12
- 1.0.3 — 2016-05-12
- 1.0.2 — 2016-05-12
- 1.0.1 — 2016-05-12
- 1.0.0 — 2016-05-12

## README

# Simple http-proxy

Simple HTTP proxy.

```bash
# Install
$ pm2 install proxy-only
# Logs
$ pm2 logs proxy-only
# Uninstall
$ pm2 uninstall proxy-only
# Install PM2
$ npm install pm2 -g
```

or without daemonization:

```
$ npm install proxy-only -g
$ proxy-only
```

# Connect

- PhantomJS via Horseman: https://github.com/johntitus/node-horseman#setproxyip-port-type-user-pass

```
.setProxy(ip, 8213,  'http')
```

Should work with Chrome and Firefox.

---
_Source: https://npm.io/package/proxy-only · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
