Skip to content
This repository has been archived by the owner on Oct 18, 2019. It is now read-only.
/ Darklist Public archive

Darklist - A docker container that checks IP Address(s) for an open relay & blacklist

License

Notifications You must be signed in to change notification settings

imxari/Darklist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Darklist

Warning

Darklist is currently in ALPHA stages of development and may not be fully functional. When using this project at this current point in time expect issues.

Prerequisites


Before using Darklist ensure the system running Darklist meets the following requirements:

  1. Minimum Docker version: 18.09.4 or higher
  2. Docker-Compose version 1.18.0 or higher
  3. Docker-Py version 2.6.1 or higher
  4. CPython version: 2.7.13 or higher
  5. OpenSSL version: 1.0.1t or higher
  6. Git version 1.8.3.1 or higher

Install


To install Darklist please follow the steps below:

  1. Clone the repository:
    cd /tmp && git clone https://github.com/h0lysp4nk/Darklist.git && mv /tmp/Darklist /opt/darklist
  2. Create a configuration at:
    /opt/darklist/volumes/darklist_blacklist/configs/config.json
    With the contents of:
{
    "smtp": {
        "host": "192.168.1.87",
        "port": "587",
        "username": "darklist@example.com",
        "password": "mypassword123",
        "ssltls": false,
        "starttls": true
    },
    "runat": "09:00:00"
}
  1. Once you've edited the configuration type the following command to install Darklist:
    cd /opt/darklist && bash darklist.sh install

Bug reporting


If you're experiencing any issues with Darklist please open an issue under this repository detailing the issue. Please ensure that you provide details about your environment such as operating system, domain, kernal and docker versions etc. If your issue is missing details it will either be put on hold or be closed.

About

Darklist - A docker container that checks IP Address(s) for an open relay & blacklist

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published