From eed80d6917bbf33307d905fd9f2679d93544eff5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ba=C5=BEant?= Date: Mon, 26 Jun 2023 12:32:31 +0200 Subject: [PATCH] Added example for proxy setting (bsc#1209293) --- xml/rmt_config_files.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/xml/rmt_config_files.xml b/xml/rmt_config_files.xml index 6c5886a929..7784fba1a8 100644 --- a/xml/rmt_config_files.xml +++ b/xml/rmt_config_files.xml @@ -75,7 +75,8 @@ proxy - The proxy server URL. + The proxy server URL including the protocol and the port number. For + example: http://proxy_url:8080. @@ -83,7 +84,9 @@ noproxy - A list of domains that should NOT go through the proxy, separated by commas. Example: "localhost,.mylocaldomain" + A list of domains that should not go through the + proxy, separated by commas. For example: + localhost,.mylocaldomain.