Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tbreuss/dns-blacklist-check

DNS Blacklist Check // Tiny demo project using Vue.js and Server-Sent Events (SSE)
https://github.com/tbreuss/dns-blacklist-check

blacklist demo-app dns server-sent-events sse vue-cli vuejs

Last synced: about 2 months ago
JSON representation

DNS Blacklist Check // Tiny demo project using Vue.js and Server-Sent Events (SSE)

Awesome Lists containing this project

README

        

# DNS Blacklist Check

DNSBL is a simple demo project using Vue.js and Server Sent Events (SSE).
It checks if the given IP address or hostname is blacklisted on the configured dnsbl servers.

![Screenshot](screenshot.png)

## Prerequisites

- PHP >= 5.6
- Node & NMP

## Install

~~~bash
git clone https://github.com/tbreuss/dns-blacklist-check.git
cd dns-blacklist-check
npm install
~~~

## Start

Start the internal PHP server with port 9090 and the client with port 8081.

~~~
npm run start
~~~

## Demo

Visit a demo website at