An open API service indexing awesome lists of open source software.

https://github.com/withlin/kong-plugin-http-anti-replay-attack

http-anti-replay-attack [防重放攻击]
https://github.com/withlin/kong-plugin-http-anti-replay-attack

kong kong-plugin lua

Last synced: 3 days ago
JSON representation

http-anti-replay-attack [防重放攻击]

Awesome Lists containing this project

README

        

### Kong.plugins.http-anti-replay-attack

#How to use this plugin?

```shell

cp http-anti-replay-attack /usr/local/share/lua/5.1/kong/plugins/

vim /etc/kong/kong.conf

custom_plugins = http-anti-replay-attack

```