Giter VIP home page Giter VIP logo

dnsbl-webutils's Introduction

dnsbl-webutils

Current tag Repository issues Flattr this repository

Web based and self hosted DNSBL (or RBL) utilities:

  • Check: Web based real time check against quite a few (233 at this time) DNSBLs
  • API: In case you need a JSON response, use the API.

This can be used as free alternative to MXtoolbox's monitor.

Requirements

  • Web server (Nginx/Apache)
  • PHP (tested with 5.5)
  • Bower, Grunt, JSHint, JSCS (in case you build from master)

Installation

Stable official release
  1. Click on GitHub releases.
  2. Download the latest version.
  3. Copy and rename the default config to config.php: cp config.example.php config.php
  4. Set your web servers document root to "public/"!
  5. Install PHP components using Composer:
    composer install
Development git master branch
  1. Make sure you've installed node and npm
  2. Clone this repository:
    https://github.com/frdmn/dnsbl-webutils.git
  3. Open cloned repository:
    cd dnsbl-webutils
  4. Install requirements and dependencies:
    npm install -g grunt-cli bower jshint jscs
    npm install
  5. Download web libraries:
    bower install
  6. Install PHP components:
    composer install
  7. Compile assets:
    grunt dev or grunt

Caution: When using the dev argument, Grunt won't minify your JS or CSS, so it's easier to debug. Once you run grunt (without the dev), the files are minified!

Pretty URLs / rewrites

The project contains a .htaccess file in case you run Apache with enabled AllowOverride. You can use the following rewrite directive for your server block configuration in case you run Nginx:

location / {
   try_files $uri $uri/ /index.php?$args;
}

Version

1.3.0

License

MIT

dnsbl-webutils's People

Contributors

frdmn avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.