Skip to content

Commit

Permalink
make clear scgi port specs need an IP
Browse files Browse the repository at this point in the history
  • Loading branch information
pyroscope committed Jan 12, 2018
1 parent b0e4949 commit 8db4ec1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/include-cmd-network.rst
Original file line number Diff line number Diff line change
Expand Up @@ -140,17 +140,17 @@
.. code-block:: ini
network.scgi.open_local = ‹path› ≫ 0
network.scgi.open_port = ‹port› ≫ 0
network.scgi.open_port = ‹domain_or_ip›:‹port› ≫ 0
Open up a TCP port or a Unix domain socket for SCGI communication (i.e. the XMLRPC socket).
Open up a Unix domain socket or a TCP port for SCGI communication (i.e. the XMLRPC socket).
Only use *one* of these!

.. note::

Using ``network.scgi.open_port`` means *any* user on the machine you run *rTorrent* on can
execute *arbitrary* commands with the permission of the *rTorrent* runtime user.
Most people don't realize that, now you do! Also, **never** use any other address than
``127.0.0.1`` with it.
``127.0.0.1`` or ``localhost`` with it.


network.tos.set
Expand Down

0 comments on commit 8db4ec1

Please sign in to comment.