1
0
Fork 0

Link to package for Arch Linux

This commit is contained in:
Mason Simon 2018-05-16 15:51:06 +09:00
parent afa00cac2c
commit b173ac9775
1 changed files with 10 additions and 0 deletions

View File

@ -34,8 +34,18 @@ Scenario (2) is defended against because the server operator does not know the s
## Usage
### Installation
#### Building From Source
`ipscrub` can be built statically with nginx or as a [dynamic module](https://www.nginx.com/blog/compiling-dynamic-modules-nginx-plus/). See the `Makefile` for examples of both ways.
#### Packages
- [Arch Linux](https://aur.archlinux.org/packages/nginx-mod-ipscrub/) (thanks to https://github.com/deep-42-thought)
### Configuration
In your `nginx.conf`,
1. At the top-level, load the module by adding the line `load_module ngx_ipscrub_module.so;` (NOTE: only if you built as a dynamic module).