summaryrefslogtreecommitdiffstats
path: root/man/C/proxy.cfg.5
blob: b39bb113ac9e0b6c78bcf15fb47a69f8c3511c96 (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
.TH proxy.cfg 5 "25 Aug 2004" "Mandriva" "Mandriva Linux"
.IX proxy.cfg
.SH NAME
proxy.cfg \- urpmi proxy configuration file format.
.SH DESCRIPTION
The proxy.cfg file contains lines of the form

.B "[media:]http_proxy=[value]"

.B "[media:]ftp_proxy=[value]"

.B "[media:]proxy_user=[value]"

where the media part is optional (in this case, the line applies
to all media).

ftp_proxy and http_proxy values have the same syntax as the usual
environment variables used by many programs such as \fIcurl\fP(1):

.B "[protocol://]<host>[:port]"

proxy_user values are simply a user name, or a user name and a
password separated by a colon (:).

.SH AUTHOR
Francois Pons
.PP
Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
(current maintainer)
.SH SEE ALSO
\fIurpmi\fP(8), \fIurpmi.cfg\fP(5), \fIurpmi.files\fP(5).