Skip to content

Commit

Permalink
Added example for proxy setting (bsc#1209293)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbazant committed Jun 26, 2023
1 parent 6880b30 commit eed80d6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions xml/rmt_config_files.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,18 @@
<term><literal>proxy</literal></term>
<listitem>
<para>
The proxy server URL.
The proxy server URL including the protocol and the port number. For
example: <literal>http://proxy_url:8080</literal>.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><literal>noproxy</literal></term>
<listitem>
<para>
A list of domains that should NOT go through the proxy, separated by commas. Example: "localhost,.mylocaldomain"
A list of domains that should <emphasis>not</emphasis> go through the
proxy, separated by commas. For example:
<literal>localhost,.mylocaldomain</literal>.
</para>
</listitem>
</varlistentry>
Expand Down

0 comments on commit eed80d6

Please sign in to comment.