Skip to content
This repository has been archived by the owner on Jun 17, 2020. It is now read-only.

zenire/dnsshop

Repository files navigation

dnsshop

DNS Shop v2.2.7

Installation Instructions

Note: Change the path for the default folder location

  1. git clone https://github.com/tools4isp/dnsshop.git

  2. mv dnsshop/* <location where you want the files>

  3. cd <location where you moved the files>

MySQL Setup

  • Login to MYSQL --> mysql -u root -p

Import DNS Shop database and PowerDNS schemas to MySQL

  • mysql -u <dnsshop mysql user> -p <dnsshop mysql database> < dnsshop.sql

  • mysql -u <powerdns mysql user> -p <powerdns mysql database> < powerdns.sql

The schema(s) includes changes based on the default PowerDNS scheme with DNSsec support.

Note: Do not forget to create user for the same.

  1. cp config.new.php config.php

  2. Update settings in config.php, look for:

  1. $lang_dir,
  2. $layout_dir,
  3. $template_dir,
  1. For $config. In $config you need to set:
  1. "central" database to ``
  2. "dns" database to ``

Default Login Details

Username: admin Password: dnsshop

Commercial support

Commercial support is available via [email protected]

Non-commercial/free support

Free support is available on irc.
Server: irc.ircunited.com
Channel: #tools4isp

New version

We are working on a new version. Issues, bug reports and feature requests are welcome so we can fix them in the new version before releasing the new version.

Thanks,
The Management
DNS Shop

About

Control panel for PowerDNS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 94.9%
  • CSS 5.1%