From: Jason Ish Date: Fri, 14 Dec 2018 17:55:32 +0000 (-0600) Subject: doc: document add-source --http-header X-Git-Tag: 1.1.0rc1~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20a66c06d3b76e3dc318276a87242f584bf74cb0;p=thirdparty%2Fsuricata-update.git doc: document add-source --http-header --- diff --git a/doc/add-source.rst b/doc/add-source.rst index 0974731..22471a8 100644 --- a/doc/add-source.rst +++ b/doc/add-source.rst @@ -18,4 +18,14 @@ URL. It is useful to add a source that is not provided in the index. Options ======= +.. option:: --http-header "Header: Value" + + Add an additional HTTP header to requests for this rule source such + as a custom API key. Example:: + + add-source --http-header "X-API-Key: 1234" + +Common Options +============== + .. include:: ./common-options.rst