File: README.md

package info (click to toggle)
ulfius 2.5.2-4%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,232 kB
  • sloc: ansic: 9,103; makefile: 511; sh: 8
file content (13 lines) | stat: -rw-r--r-- 293 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Proxy example

Run a simple proxy application that will redirect all calls to `PROXY_DEST` address

## Compile and run

```bash
$ make test
```

## Usage:

Open in your browser the url [http://localhost:7799/](http://localhost:7799/) to access the url specified by `PROXY_DEST` in `proxy.c`