mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-03 19:20:16 +00:00
Add FreeBSD related install instructions.
This commit is contained in:
parent
4eceeee0a0
commit
36fc470a72
1 changed files with 16 additions and 0 deletions
16
README.md
16
README.md
|
@ -56,6 +56,8 @@ Please make sure you are subscribed to Github Notifications to be notified when
|
||||||
************************************************
|
************************************************
|
||||||
<img src="https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/blob/master/.assets/step-1.png"/>
|
<img src="https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/blob/master/.assets/step-1.png"/>
|
||||||
|
|
||||||
|
##### Linux
|
||||||
|
|
||||||
Download install-ngxblocker to your /usr/local/sbin/directory and make the script executable.
|
Download install-ngxblocker to your /usr/local/sbin/directory and make the script executable.
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -69,6 +71,20 @@ If your Linux distribution does not have wget you can replace the wget command a
|
||||||
curl -sL https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/install-ngxblocker -o /usr/local/sbin/install-ngxblocker
|
curl -sL https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/install-ngxblocker -o /usr/local/sbin/install-ngxblocker
|
||||||
```
|
```
|
||||||
|
|
||||||
|
##### FreeBSD
|
||||||
|
|
||||||
|
Install the package.
|
||||||
|
|
||||||
|
```
|
||||||
|
pkg install www/nginx-ultimate-bad-bot-blocker
|
||||||
|
```
|
||||||
|
|
||||||
|
Alternatively install via portmaster:
|
||||||
|
|
||||||
|
```
|
||||||
|
portmaster www/nginx-ultimate-bad-bot-blocker
|
||||||
|
```
|
||||||
|
|
||||||
************************************************
|
************************************************
|
||||||
<img src="https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/blob/master/.assets/step-2.png"/>
|
<img src="https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/blob/master/.assets/step-2.png"/>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue