1
0
mirror of https://github.com/simon987/ngx_http_js_challenge_module.git synced 2025-04-24 12:35:52 +00:00
2020-03-02 09:07:14 -05:00

29 lines
935 B
Markdown

## ngx_http_js_challenge_module
![GitHub](https://img.shields.io/github/license/simon987/ngx_http_js_challenge_module.svg)
[![CodeFactor](https://www.codefactor.io/repository/github/simon987/ngx_http_js_challenge_module/badge)](https://www.codefactor.io/repository/github/simon987/ngx_http_js_challenge_module)
[![Development snapshots](https://ci.simon987.net/app/rest/builds/buildType(JsChallenge_Build)/statusIcon)](https://files.simon987.net/artifacts/JsChallenge/Build/)
Simple javascript proof-of-work based access for Nginx with virtually no overhead.
Easy installation: just add `load_module /path/to/ngx_http_js_challenge_module.so;` to your
`nginx.conf` file and follow the [configuration instructions](#configuration).
<p align="center">
<img width="600px" src="throughput.png"/>
</p>
### Configuration
//todo
### Build from source
//todo
```bash
apt install libperl-dev libgeoip-dev libgd-dev libxslt1-dev
```