website/tesses.cf/dns.php

6 lines
77 B
PHP
Executable File

<?php
if(isset($_GET['fqdn'])){
echo gethostbyname($_GET['fqdn']);
}
?>