Merge pull request #357 from netchild/docs_freebsd

Add FreeBSD related install instructions.
This commit is contained in:
Stuart Cardall 2020-02-19 19:06:25 +00:00 committed by GitHub
commit 6944b14bea
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"/>