1
0
mirror of synced 2024-05-28 08:20:13 +02:00

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

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).