Code Monkey home page Code Monkey logo

wmbind's Introduction

Readme file for WMBIND (Web Management for BIND)

* What is WMBIND?

        WMBIND is a fork of the popular WMBIND project, which is a project for people
        who want to administer their BIND9 DNS server(s) from a web interface,
        and delegate zones to users.

* What makes WMBIND better than SMBIND?
        No change has been done to SMBIND since the start of 2007, and because of this
        SMBIND amongst other things uses a deprecate PHP module. WMBIND does also feature stronger 
        security when it comes to storing user passwords (if not running in compability mode).

        The biggest reason i created this project is because the SMBIND code is a bit 
        messy (no offence), so it was hard to make fast changes to the code. WMBIND is coded 
        following the MVC-paradigm, forcing good separation of business logic and the templates.
        This also makes the code easier to navigate and change.

        WMBIND does also feature many other small improvements.

* Why use WMBIND versus the 250 other web-based BIND management softwares on SourceForge?

        WMBIND is 100% PHP, with no dependency on any other language.
        It also features error checking using bind's built-in named-checkconf and
        named-checkzone binaries, removing single records that do not pass their criteria,
        and writing only the valid records to the zone files.

* Does WMBIND use cron, like the 250 other web-based BIND management softwares on SourceForge?

        No way. Changes are committed out of the database on-the-fly, on-demand from the
        web interface. Changes are instant, so there's no waiting around for cron to kick in.
        Changes to the zone data are applied without bringing BIND down, through the use of
        "rndc reload". This means changes can be applied while BIND is "hot".

* Where did the template come from

        The template came from a guy called Jason Murray Cole (http://jason-cole.com/).

wmbind's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  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.