diff options
-rw-r--r-- | pod/proxy.cfg.5.pod | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pod/proxy.cfg.5.pod b/pod/proxy.cfg.5.pod index 82e75802..4c12651d 100644 --- a/pod/proxy.cfg.5.pod +++ b/pod/proxy.cfg.5.pod @@ -4,6 +4,14 @@ proxy.cfg - urpmi proxy configuration file format. =head1 DESCRIPTION +You can override default proxy using proxy.cfg (see the syntax below). You can +also set proxy on urpmi commands command-line using C<--proxy>. + +Note that urpmi will use system global proxy settings (cf environment variable +C<http_proxy> or C<ftp_proxy>). If you don't want urpmi to use any proxy, you +can use C<http_proxy=> or C<ftp_proxy=>. + +=head1 SYNTAX The proxy.cfg file contains lines of the form [media:]http_proxy=[value] |