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.gitMake sure to install the dependencies:
# npm
npm install
# pnpm
pnpm install
# yarn
yarn install
# bun
bun installStart the development server on http://localhost:3000:
# npm
npm run dev
# pnpm
pnpm run dev
# yarn
yarn dev
# bun
bun run dev- add Docker Image or easier deployment