Add FreeBSD related install instructions.

This commit is contained in:
Alexander Leidinger 2020-02-19 12:57:28 +01:00 committed by GitHub
parent 4eceeee0a0
commit 36fc470a72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"/>
##### Linux
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
```
##### 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"/>