add --source-address command-line option (closes #2206)

This commit is contained in:
Mike Fährmann
2022-01-20 23:16:00 +01:00
parent 698f35215e
commit de754590e0
3 changed files with 56 additions and 7 deletions

View File

@@ -463,6 +463,20 @@ Description
otherwise ``http://`` is assumed.
extractor.*.source-address
--------------------------
Type
* ``string``
* ``list`` with 1 ``string`` and 1 ``integer`` as elements
Example
* ``"192.168.178.20"``
* ``["192.168.178.20", 8080]``
Description
Client-side IP address to bind to.
| Can be either a simple ``string`` with just the local IP address
| or a ``list`` with IP and explicit port number as elements.
extractor.*.user-agent
----------------------
Type