Skip to content

ghyster/dns-angular

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published