diff options
| author | Christian Poessinger <christian@poessinger.com> | 2019-11-28 21:41:53 +0100 | 
|---|---|---|
| committer | Christian Poessinger <christian@poessinger.com> | 2019-11-28 21:41:53 +0100 | 
| commit | de3b09d6ac10405b72dfefdfe750a92d8eea30f6 (patch) | |
| tree | fc493ef372dbe11ca9fea91d8a070b7e76a5ad25 /docs/services/webproxy.rst | |
| parent | 8d843d4a17ff0c249256a4be902607f3e83f16ab (diff) | |
| download | vyos-documentation-de3b09d6ac10405b72dfefdfe750a92d8eea30f6.tar.gz vyos-documentation-de3b09d6ac10405b72dfefdfe750a92d8eea30f6.zip | |
Refactor "code-block:: console" to "code-block:: none"
Diffstat (limited to 'docs/services/webproxy.rst')
| -rw-r--r-- | docs/services/webproxy.rst | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/docs/services/webproxy.rst b/docs/services/webproxy.rst index 8aca0b85..61546cda 100644 --- a/docs/services/webproxy.rst +++ b/docs/services/webproxy.rst @@ -19,7 +19,7 @@ URL Filtering is provided by Squidguard_.  Configuration  ^^^^^^^^^^^^^^ -.. code-block:: console +.. code-block:: none    # Enable proxy service    set service webproxy listen-address 192.168.0.1 @@ -46,7 +46,7 @@ Filtering by category  If you wan't to use existing blacklists you have to create/download a database  first. Otherwise you will not be able to commit the config changes. -.. code-block:: console +.. code-block:: none    vyos@vyos# commit    [ service webproxy ] @@ -83,7 +83,7 @@ The embedded Squid proxy can use LDAP to authenticate users against a company  wide directory. The following configuration is an example of how to use Active  Directory as authentication backend. Queries are done via LDAP. -.. code-block:: console +.. code-block:: none    vyos@vyos# show service webproxy     authentication { @@ -117,7 +117,7 @@ Adjusting cache size  The size of the proxy cache can be adjusted by the user. -.. code-block:: console +.. code-block:: none    set service webproxy cache-size     Possible completions: | 
