完成了CNAME+A记录类型

This commit is contained in:
2022-12-18 16:32:19 +08:00
parent 548ef4a34e
commit af2df369e6
4 changed files with 157 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
<?php
print_r(dns_get_record('cname.n2n.icu',DNS_A));
?>