summaryrefslogtreecommitdiff
path: root/README.md
blob: a780ffa6116020c71294d01784464aadc159581e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# proxy-server

A tiny proxy server.


## Installation

```bash
$ go install github.com/xlg-pkg/proxy-server@latest
```

## Usage

Start the server:

```bash
$ proxy-server
Listening and serving HTTP on http://127.0.0.1:8080
```

Use the proxy server:

```bash
$ curl -k --proxy 127.0.0.1:8080 https://www.eff.org/
```