diff options
author | Daniil Baturin <daniil@baturin.org> | 2020-01-12 11:46:37 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-12 11:46:37 +0700 |
commit | bea7c7318f0f7d2d6e11ee1d4db840fa7f88941a (patch) | |
tree | ea06c94dca1c8693053dd9d481638b92a084fe6b /docs/services/webproxy.rst | |
parent | 689756182ba1e16df51315407cdc749e6136e0cc (diff) | |
parent | 74c5a1fc3cf31ba5d6d3d5fe603768369f1a3e34 (diff) | |
download | vyos-documentation-bea7c7318f0f7d2d6e11ee1d4db840fa7f88941a.tar.gz vyos-documentation-bea7c7318f0f7d2d6e11ee1d4db840fa7f88941a.zip |
Merge pull request #183 from StephenOrJames/master
Fix some typos and capitalizations
Diffstat (limited to 'docs/services/webproxy.rst')
-rw-r--r-- | docs/services/webproxy.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/services/webproxy.rst b/docs/services/webproxy.rst index 20e1eb73..654e73f2 100644 --- a/docs/services/webproxy.rst +++ b/docs/services/webproxy.rst @@ -24,7 +24,7 @@ Configuration # Enable proxy service set service webproxy listen-address 192.168.0.1 - # By default it will listen to port 3128. If you wan't something else you have to define that. + # By default it will listen to port 3128. If you want something else you have to define that. set service webproxy listen-address 192.168.0.1 port 2050 # By default the transparent proxy on that interface is enabled. To disable that you simply @@ -43,7 +43,7 @@ Options Filtering by category ^^^^^^^^^^^^^^^^^^^^^ -If you wan't to use existing blacklists you have to create/download a database +If you want 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:: none |