Ecosyste.ms: Awesome
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: 2 months ago
JSON representation
http-anti-replay-attack [防重放攻击]
- Host: GitHub
- URL: https://github.com/withlin/kong-plugin-http-anti-replay-attack
- Owner: withlin
- License: mit
- Created: 2018-04-20T10:06:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-20T10:32:39.000Z (over 6 years ago)
- Last Synced: 2024-08-03T17:10:55.385Z (5 months ago)
- Topics: kong, kong-plugin, lua
- Language: Lua
- Homepage:
- Size: 2.93 KB
- Stars: 21
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-network-stuff - **16**星
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
```