Skip to content

Commit

Permalink
snort3: document how to disable
Browse files Browse the repository at this point in the history
  • Loading branch information
gsanchietti committed Nov 5, 2024
1 parent c4e0ecc commit d7212e5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/snort3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ uci commit snort
/etc/init.d/snort restart
```

To disable snort3:
```bash
echo '{"enabled": false}' | /usr/libexec/rpcd/ns.snort call setup
uci commit snort
/etc/init.d/snort stop
```

To see what has been blocked or alerted, use:
```bash
snort-mgr report -v
Expand Down

0 comments on commit d7212e5

Please sign in to comment.