Revision f6775a83
Added by Jim Pingle over 6 years ago
src/usr/local/www/diag_dns.php | ||
---|---|---|
320 | 320 |
<li class="list-group-item"><a href="/diag_ping.php?host=<?=htmlspecialchars($host)?>&count=3"><?=gettext("Ping")?></a></li> |
321 | 321 |
<li class="list-group-item"><a href="/diag_traceroute.php?host=<?=htmlspecialchars($host)?>&ttl=18"><?=gettext("Traceroute")?></a></li> |
322 | 322 |
</ul> |
323 |
<h5><?=gettext("NOTE: The following links are to external services, so their reliability cannot be guaranteed.");?></h5> |
|
324 |
<ul class="list-group"> |
|
325 |
<li class="list-group-item"><a target="_blank" href="http://private.dnsstuff.com/tools/whois.ch?ip=<?=$ipaddr;?>"><?=gettext("IP WHOIS @ DNS Stuff");?></a></li> |
|
326 |
<li class="list-group-item"><a target="_blank" href="http://private.dnsstuff.com/tools/ipall.ch?ip=<?=$ipaddr;?>"><?=gettext("IP Info @ DNS Stuff");?></a></li> |
|
327 |
</ul> |
|
328 | 323 |
</div> |
329 | 324 |
</div> |
330 | 325 |
<?php |
Also available in: Unified diff
Remove links to DNSStuf tools. Fixes #9275
(cherry picked from commit 08c49b4d74b87bf34dd46a37837147b857eb8859)