资 源 简 介
This is a Perl script that provides a simple web interface to the MyDNS DNS server. MyDNS uses an MySQL or Postgres database to store DNS zones and resource records. This interface is intended to be lightweight, having few dependencies and consisting of only two files - one CGI script and one HTML template.
The interface currently allows you to add zones, edit zones, and add/edit resource records for zones. All HTML for the interface is contained in a single file, which makes it very easy to customize the appearance.
NOTE: Although it should work, I haven"t actually tested this interface using a Postgres data source - please let me know if you have any problems.