website/tesses.cf/dns.php

6 lines
77 B
PHP
Raw Normal View History

2022-07-23 13:29:59 +00:00
<?php
if(isset($_GET['fqdn'])){
echo gethostbyname($_GET['fqdn']);
}
?>