You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Script to set new domain name records for any provided domain using namecheap.com REST API.
Namecheap don't provide functionality to delete specific dns record.this script will fetch all the records from get call and only update the provided one
To delete all records for the domain you can simply pass DeleteAll = true
To delete specific record just pass the RecordType for example RecordType=A,CNAME,URL & deleteRecord=true
Currently Support and Tested CNAME,A,URL record modification