blob: b2c9ef0c9c6491f1c5457ab9aca813f720c3ff83 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
##########################################
disable-source - Disable an enabled source
##########################################
Synopsis
========
::
suricata-update disable-source <name>
Description
===========
The ``disable-source`` command disables a currently enabled
source. The configuration for the source is not removed, allowing it
to be re-enabled without having to re-enter any required parameters.
Options
=======
.. include:: ./common-options.rst
|