[System development] Python implementation of the Bind intelligent DNS Web Management System

Source: Internet
Author: User

In the company's operations, DNS is still important, not only the name resolution requires DNS, some important services, such as load balancing, HTTP virtual host will also use it. I had previously developed a BIND DNS management system with Perl, but it had to run on the same server as bind DNS and did not support cluster operations. To accommodate Docker and distributed deployment, I have re-developed a set of Bind DNS Web management systems with Python Django.

1. System Features:
  1. Supports view view (resolves different addresses for users of different addresses)
  2. Support for DNS cluster (can create master, slave server, "Slave server" automatically synchronize from "master server")
  3. WEB Management Server detached from DNS server
  4. Using the Bind default, do not use the DLZ database schema (to ensure service performance and stability)

On the 4th, according to Dlz's test, the throughput of the Dlz method is 20 to 30 times times worse than the bind default, so I decided to use the BIND default mode.

2. Function Realization Method:

  1. View Management: File operations + RNDC
  2. Domain Management: RNDC
  3. Records Management: Dnspython

3.

Small screen (mobile phone) Adaptation:

[System development] Python implementation of the Bind intelligent DNS Web Management System

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.