Workerman-DNS/test.php

3 lines
56 B
PHP
Raw Normal View History

2022-12-18 14:02:19 +05:30
<?php
print_r(dns_get_record('cname.n2n.icu',DNS_A));
?>