[feladat @ 270]
Added validation for SRV records. Closes #45. Updated validation for TXT records to allow for DKIM. Closes #49. Renamed is_valid_mx_or_ns_target function to more generic name is_valid_non_alias_target.
<?php
// See <https://www.poweradmin.org/trac/wiki/Documentation/ConfigurationFile> for help.
$db_host = "";
$db_user = "";
$db_pass = "";
$db_name = "";
$db_type = "";
$iface_lang = "en_EN";
$iface_style = "example";
$iface_rowamount = "50";
$iface_expire = "1800";
$dns_hostmaster = "";
$dns_ns1 = "";
$dns_ns2 = "";
$dns_ttl = "86400";
$dns_fancy = "false";
$dns_strict_tld_check = "1";
?>