https://github.com/bruj0/namecheap_dns_export
A php script that will export the DNS as a bind zone using RFC1035, without using the API
https://github.com/bruj0/namecheap_dns_export
dns namecheap namecheap-api php
Last synced: 4 months ago
JSON representation
A php script that will export the DNS as a bind zone using RFC1035, without using the API
- Host: GitHub
- URL: https://github.com/bruj0/namecheap_dns_export
- Owner: bruj0
- Created: 2017-06-24T01:23:00.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-24T01:30:18.000Z (almost 8 years ago)
- Last Synced: 2025-01-13T12:48:35.230Z (5 months ago)
- Topics: dns, namecheap, namecheap-api, php
- Language: PHP
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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
```