diff options
author | rebortg <github@ghlr.de> | 2019-08-03 17:55:42 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-08-06 09:35:09 +0200 |
commit | adf8669015317edaa65660f11006b2b7e8a5aaf7 (patch) | |
tree | c2856a075c4ecbac79664773eaf123512ba68997 /docs/services | |
parent | cdd4d727b11b5361051f1c1ad548e265612dc2ae (diff) | |
download | vyos-documentation-adf8669015317edaa65660f11006b2b7e8a5aaf7.tar.gz vyos-documentation-adf8669015317edaa65660f11006b2b7e8a5aaf7.zip |
begin chance public IPs to documentation reseverd IPs
Diffstat (limited to 'docs/services')
-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 75f9993a..36571f75 100644 --- a/docs/services/webproxy.rst +++ b/docs/services/webproxy.rst @@ -135,9 +135,9 @@ So sometimes it is useful to bypass a transparent proxy: * To bypass the proxy for every request that is directed to a specific destination: - :code:`set service webproxy whitelist destination-address 1.2.3.4` + :code:`set service webproxy whitelist destination-address 198.51.100.33` - :code:`set service webproxy whitelist destination-address 4.5.6.0/24` + :code:`set service webproxy whitelist destination-address 192.0.2.0/24` * To bypass the proxy for every request that is coming from a specific source: |