Skip to content

javad-hajiani/dnsmanager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

DNS Manager with Django RESTful API

Getting Started

This script help us for work easily with bind dns in your scripts.Its my experience for our servers.

You Can Call each kind of actions in bash scripts or applications and parse Json Output in your application.

Requirements

  • Python3
  • Debian Based
  • sudo apt install python3

  • Redhat Based
  • sudo yum install python3

  • Arch Based
  • sudo pacman -Sy python3

  • virtualenv
  • pip install virtualenv

  • Django 2
  • pip install django==2

Installation

Step by Step

  • sudo apt install python3

  • pip install virtualenv

  • pip install -r requirements.txt

  • source venv/bin/activate

  • python manage.py runserver

About

bind9 dns manager Restful api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages