File: README.md

package info (click to toggle)
ulfius 2.7.1-1%2Bdeb11u2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,020 kB
  • sloc: ansic: 13,865; makefile: 682; sh: 111
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`