]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: spoe: add random ip-reputation service as SPOA example
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 3 Nov 2016 21:49:37 +0000 (22:49 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 9 Nov 2016 21:57:02 +0000 (22:57 +0100)
commit010fdedc37d2c32e0ecc4dbefb06f4abf257f9d3
tree453b710c88841e02267ac247ff23e8e414acb6fb
parentf7e4e7e0962d696995c4f06c053a07a3960b86b9
MINOR: spoe: add random ip-reputation service as SPOA example

This is a very simple service that implement a "random" ip reputation
service. It will return random scores for all checked IP addresses. It only
shows you how to implement a ip reputation service or such kind of services
using the SPOE.
.gitignore
contrib/spoa_example/Makefile [new file with mode: 0644]
contrib/spoa_example/README [new file with mode: 0644]
contrib/spoa_example/spoa.c [new file with mode: 0644]