Workerman-DNS/test.php
2022-12-18 16:32:19 +08:00

3 lines
56 B
PHP

<?php
print_r(dns_get_record('cname.n2n.icu',DNS_A));
?>