Skip to content

IPDB API

FallenDev edited this page Jun 9, 2023 · 2 revisions

You should not need to modify the API implementation at all within the source, however if you wish to do so. Here's is the wiki https://www.abuseipdb.com/api.html

You'll need to create an account to use the IPDB API if you wish to use it. You can do so here: https://www.abuseipdb.com/

After that is setup, you'll need to associate your API Key within the configuration file "ServerConfig.json"

Developers

This section is for anyone who wishes to learn and perhaps play with their own customization. This will walk you through the tech stacks and help you through those setups.

Development Setup

  1. Requirements
  2. Source
  3. Database
  4. Configuration
  5. Starting the server

Troubleshooting APIs

Clone this wiki locally