Skip to content

A php script that will export the DNS as a bind zone using RFC1035, without using the API

Notifications You must be signed in to change notification settings

bruj0/namecheap_dns_export

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This a PHP script that will export a Domain data from Namecheap.com to a bind Zone.

Execute as:

$ php namecheap_exportzone.php domain.ext user_name password


$ORIGIN domain.ext.
$TTL 3600

; NS RECORDS
demo.domain.ext.       1799    NS    ns1.domain.ext.

; A RECORDS
@                          1799    A     127.0.0.1
test.domain.com.           1799    A     127.0.0.1

About

A php script that will export the DNS as a bind zone using RFC1035, without using the API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages