From a71cdcec33caaeb9e9667d66e8248de1a47122a8 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Thu, 28 Nov 2019 21:26:03 +0100 Subject: docs: remove all trailing whitespaces Done via: $ find . -name "*.rst" | xargs sed -i 's/[ \t]*$//' --- docs/system/proxy.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/system/proxy.rst') diff --git a/docs/system/proxy.rst b/docs/system/proxy.rst index f57b5cd2..421cd141 100644 --- a/docs/system/proxy.rst +++ b/docs/system/proxy.rst @@ -4,7 +4,7 @@ System Proxy ============ Some IT environments require the use of a proxy to connect to the Internet. -The ``system proxy`` option sets the configuration for a proxy, and if necessary, supports `basic auth`_. +The ``system proxy`` option sets the configuration for a proxy, and if necessary, supports `basic auth`_. This example sets a proxy for all connections initiated by VyOS, including HTTP, HTTPS, and FTP (anonymous ftp). @@ -14,7 +14,7 @@ This example sets a proxy for all connections initiated by VyOS, including HTTP, set system proxy port 8080 # If a username and password are required - set system proxy username vyosuser + set system proxy username vyosuser set system proxy password vyosuser-password That enables the update of a system image if the VyOS system operates behind a proxy. -- cgit v1.2.3