ghyster / dns-angular

web interface to manage DNS zones with dynamic updates enabled via TSIG

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dns-angular

##Presentation This project is a web interface created to manage DNS records easily, providing you have enabled TSIG updates on your DNS server. It's using Laravel as backend, angularjs and angular-material as frontend

##Prerequisites

##Installation

  • clone this repository to your web folder :
git clone https://github.com/ghyster/dns-angular.git *your_web_folder*
  • in your web folder run composer update to get all the dependencies :
composer update
  • copy the file .env.example to .env (it will contain your settings) :
cp .env.example .env
  • generate you application key using artisan :
php artisan key:generate
  • check your webserver has write permissions on the storage folder and on the .env file and then browse to your website to begin the configuration

About

web interface to manage DNS zones with dynamic updates enabled via TSIG


Languages

Language:PHP 69.6%Language:HTML 28.0%Language:CSS 1.9%Language:JavaScript 0.3%Language:ApacheConf 0.2%