summaryrefslogtreecommitdiff
path: root/src/tools/proxy.8
blob: 0110815d4bb73d097bf9f7ecba5b3f2a795b2e8b (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
26
27
28
29
30
31
32
33
34
.TH PROXY 8

.SH NAME

proxy \- Libproxy test tool

.SH SYNOPSIS
.SY proxy
.B [\fIscheme://host\fB][:\fIport\fB]

.SH DESCRIPTION
The program
.B proxy
displays the proxy server that should be used to reach a given network resource.
You can provide a URL as a parameter or start the tool in interactive mode to enter multiple URLs.
As a return value the required proxy will be displayed.

libproxy is a library that provides automatic proxy configuration management using different backends.

.SH EXAMPLE
# proxy http://www.example.com

# http://127.0.0.1:8080


.SH DEBUG OUTPUT
In order to show further debug output you can set the environment variable
.B PX_DEBUG=1

During execution the tool now shows internal library information like existing
plugin modules, which configuration is used and the return values.

.SH AUTHORS
Jan-Michael Brummer <jan-michael.brummer1@volkswagen.de>