Skip to content

gweit/namecheap-dns-exporter

Repository files navigation

Nuxtjs

Namecheap DNS Exporter

I made a tool after i figured out i can not export whole DNS-Zones from my Namecheap Backoffice.

Requirements:

  • Nodejs 18+
  • a Namecheap account with active API

It´s made with Nuxt 3 and you can start it locally by cloining this repo:

git clone https://github.com/gweit/namecheap-dns-exporter.git

Setup

Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Star local Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

# bun
bun run dev
Todo
  • add Docker Image or easier deployment

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published