haraldkoch / blacklist-camel

A simple RESTful API to the CFRQ blacklist that uses Apache Camel.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CFRQ Blacklist API

Introduction

The CFRQ IP Blacklist, implemented as an Apache Camel Route.

Build

Run the maven packager:

mvn package

Run

Deploy the application into Tomcat by copying the .war to /var/lib/tomcat8/webapps (for example).

And then navigate to:

http://localhost:8080/blacklist-camel

http://localhost:8080/blacklist-camel

A test route is available at:

http://localhost:8080/blacklist-camel/say/hello

http://localhost:8080/blacklist-camel/say/hello

About

A simple RESTful API to the CFRQ blacklist that uses Apache Camel.


Languages

Language:Java 96.9%Language:HTML 3.1%