Skip to content

SystemConsultantGroup/scg-dns

Repository files navigation

DNS dashborad for SCG

A simple web interface for managing DNS zones and records.

Getting Started

  1. Install dependencies:

    npm install
  2. Set up environment variables:

    Create a .env.local file in the root of the project and add the following variables:

    NEXT_PUBLIC_API_TOKEN=your_api_token_here
    NEXT_PUBLIC_API_BASE_URL=http://localhost:8000
    
  3. Run the development server:

    npm run dev

Dependencies

About

DNS dashboard for SCG

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published