Skip to content

Gets all domains under the reseller (or root) and lists the associated domain_type

Notifications You must be signed in to change notification settings

zasean0x/getDomainType

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Built for reseller access

Cpanel decided to have flakey restoration between cpanel versions.

So if you're migrating accounts from a reseller to a newer version of cpanel, it's possible the addon domains will not be handled correctly.

This is meant as a pre-check to the migrations.

Run the script to find all addon domains so you can check them post migration.

You can run the script from anywhere - however you will need jq installed.

Prompts for url, username, api key

bash <(curl -s https://raw.githubusercontent.com/zasean0x/getDomainType/main/getDomainType.sh)

If you'd like a cli argument version:

bash -c "$(curl https://raw.githubusercontent.com/zasean0x/getDomainType/main/getDomainType-args.sh )" username apiSecret https://example.com

About

Gets all domains under the reseller (or root) and lists the associated domain_type

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages