Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/tbreuss/dns-blacklist-check
- Owner: tbreuss
- Created: 2018-03-24T06:24:46.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-15T08:43:17.000Z (almost 2 years ago)
- Last Synced: 2024-07-31T19:55:37.012Z (5 months ago)
- Topics: blacklist, demo-app, dns, server-sent-events, sse, vue-cli, vuejs
- Language: Vue
- Homepage: https://dnsbl.tebe.ch
- Size: 3.67 MB
- Stars: 11
- Watchers: 3
- Forks: 7
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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