[tor-commits] [sbws/maint-1.1] fix: doc: Recommend using a CDN,

juga at torproject.org juga at torproject.org
Wed Jul 22 14:50:20 UTC 2020


commit 77c65cf55f5a55227bbd3506bdd7b65368faf866
Author: juga0 <juga at riseup.net>
Date:   Fri Jun 12 14:59:48 2020 +0000

    fix: doc: Recommend using a CDN,
    
    add link to it and rephrase some sentences.
---
 DEPLOY.rst | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

diff --git a/DEPLOY.rst b/DEPLOY.rst
index a1ab4dd..45e9d31 100644
--- a/DEPLOY.rst
+++ b/DEPLOY.rst
@@ -30,6 +30,9 @@ destination requirements
 - Bandwidth: at least 12.5MB/s (100 Mbit/s).
 - Network traffic: around 12-15GB/day.
 
+If possible, use a `Content delivery network`_ (CDN) in order to make the
+destination IP closer to the scanner exit.
+
 scanner setup
 ----------------------
 
@@ -38,17 +41,20 @@ or `<INSTALL.html>`_  (local build or Read the Docs).
 
 To run the ``scanner`` it is mandatory to create a configuration file with at
 least one ``destination``.
-It is recommended to set several ``destination``s so that the ``scanner`` can
+It is recommended to set several ``destinations`` so that the ``scanner`` can
 continue if one fails.
 
-If ``sbws`` is installed from the Debian package, then create a file in
-``/etc/sbws/sbws.ini`` like in the following example:
+If ``sbws`` is installed from the Debian package, then create the configuration
+file in ``/etc/sbws/sbws.ini``.
+You can see an example with all the possible options here, note that you don't
+need to include all of that and that everything that starts with ``#`` and
+``;`` is a comment:
 
 .. literalinclude:: /examples/sbws.example.ini
     :caption: Example sbws.example.ini
 
 If ``sbws`` is installed from the sources as a non-root user then create the
-file in ``~/.sbws.ini``.
+configuration file in ``~/.sbws.ini``.
 
 More details about the configuration file can be found in
 ``./docs/source/man_sbws.ini.rst`` (in the local directory or GitHub) or
@@ -58,3 +64,5 @@ More details about the configuration file can be found in
 See also ``./docs/source/man_sbws.rst`` (in the local directory or GitHub) or
 `<man_sbws.html>`_ (local build or Read the Docs) or ``man sbws`` (system
 package).
+
+.. _Content delivery network: https://en.wikipedia.org/wiki/Content_delivery_network





More information about the tor-commits mailing list