Skip to content

Commit 42d9c11

Browse files
committed
Update README.md
1 parent a605d99 commit 42d9c11

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# csf custom regex
2-
enable CSF Firewall native fail2ban like support
2+
enable CSF Firewall custom regex support
33

44
### ***Work in progress***
55

@@ -10,10 +10,12 @@ See the script in action:
1010

1111
Inspiration from: [enable CSF Firewall native fail2ban like support](https://community.centminmod.com/posts/62343/)
1212

13+
## Installation
14+
1315
```bash
1416
$ wget https://github.com/tmiland/csf-custom-regex/raw/master/csf_custom_regex.sh
1517
$ chmod +x csf_custom_regex.sh
16-
$ ./csf_custom_regex.sh [install/status]
18+
$ ./csf_custom_regex.sh --install
1719
```
1820

1921
- Install option will download [regex.custom.pm](https://github.com/tmiland/csf-custom-regex/raw/master/regex.custom.pm)
@@ -26,6 +28,10 @@ You will see lines like: ```Mar 15 00:05:46 vps lfd[688]: (nginx_444) Nginx 444
2628
* If Virtualmin or CSF is not installed, you will get the question to install.
2729
This will source the [Virtualmin install script](https://github.com/virtualmin/virtualmin-install) and [CSF installer script](https://github.com/tmiland/csf)
2830

31+
## Tested on:
32+
33+
* Debian 10
34+
2935
## Compatibility and Requirements
3036

3137
* Debian 9 and later

0 commit comments

Comments
 (0)