Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 608 Bytes

add-source.rst

File metadata and controls

31 lines (20 loc) · 608 Bytes

add-source - Add a source by URL

Synopsis

suricata-update add-source <name> <url>

Description

The add-source adds a source to the set of enabled sources by URL. It is useful to add a source that is not provided in the index.

Options

--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