Merge pull request #91 from SuperLanceur/patch-1

Changed the order of settings in #iptables-intrusion-detection-and-pr…
This commit is contained in:
IMTheNachoMan
2023-02-04 22:56:07 -05:00
committed by GitHub

View File

@@ -1683,10 +1683,10 @@ And, since we're already using [UFW](#ufw-uncomplicated-firewall) so we'll follo
|--|--|
|[`EMAIL_ADDRESSES`](http://www.cipherdyne.org/psad/docs/config.html#EMAIL_ADDRESSES)|your email address(s)|
|`HOSTNAME`|your server's hostname|
|`EXPECT_TCP_OPTIONS`|`EXPECT_TCP_OPTIONS Y;`|
|`ENABLE_PSADWATCHD`|`ENABLE_PSADWATCHD Y;`|
|[`ENABLE_AUTO_IDS`](http://www.cipherdyne.org/psad/docs/config.html#ENABLE_AUTO_IDS)|`ENABLE_AUTO_IDS Y;`|
|`ENABLE_AUTO_IDS_EMAILS`|`ENABLE_AUTO_IDS_EMAILS Y;`|
|`EXPECT_TCP_OPTIONS`|`EXPECT_TCP_OPTIONS Y;`|
Check the configuration file psad's documentation at http://www.cipherdyne.org/psad/docs/config.html for more details.