diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-12-29 11:00:16 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-12-29 11:01:29 +0100 |
commit | 37a891f7cf0499c958eb6bbff5699455a4ada01a (patch) | |
tree | 19c8d65a2165a45e9521b352f85c452d7b015c6c /docs/services/webproxy.rst | |
parent | 3918aefbeeeac4ab9844e3528995ae689a9bd952 (diff) | |
download | vyos-documentation-37a891f7cf0499c958eb6bbff5699455a4ada01a.tar.gz vyos-documentation-37a891f7cf0499c958eb6bbff5699455a4ada01a.zip |
provide common-references file
Spinx references used accross different files should be stored here
as a single source reference. Include this file as needed by:
.. include:: common-references.rst
Diffstat (limited to 'docs/services/webproxy.rst')
-rw-r--r-- | docs/services/webproxy.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/services/webproxy.rst b/docs/services/webproxy.rst index b4b20ef5..20e1eb73 100644 --- a/docs/services/webproxy.rst +++ b/docs/services/webproxy.rst @@ -3,7 +3,7 @@ Webproxy The proxy service in VyOS is based on Squid3 and some related modules. -Squid is a caching and forwarding HTTP web proxy. It has a wide variety of +Squid3_ is a caching and forwarding HTTP web proxy. It has a wide variety of uses, including speeding up a web server by caching repeated requests, caching web, DNS and other computer network lookups for a group of people sharing network resources, and aiding security by filtering traffic. Although @@ -149,4 +149,5 @@ So sometimes it is useful to bypass a transparent proxy: (This can be useful when a called service has many and/or often changing destination addresses - e.g. Netflix.) -.. include:: references.rst +.. _Squid3: http://www.squid-cache.org/ +.. _Squidguard: http://www.squidguard.org/ |