The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

proxy.cfg - urpmi proxy configuration file format.

DESCRIPTION

The proxy.cfg file contains lines of the form

 [media:]http_proxy=[value]
 [media:]ftp_proxy=[value]
 [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 curl(1):

 [protocol://]<host>[:port]

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

AUTHOR

François Pons, Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> (current maintainer)

SEE ALSO

urpmi(8), urpmi.cfg(5), urpmi.files(5).