Workerman-DNS/test.php

3 lines
56 B
PHP
Raw Normal View History

2022-12-18 16:32:19 +08:00
<?php
print_r(dns_get_record('cname.n2n.icu',DNS_A));
?>