mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 03:16:12 +00:00
diag_dns.php it seems like a good time to delete non functional links here, since private.dnsstuff.com isn't active. closes https://github.com/opnsense/core/pull/3677
This commit is contained in:
parent
79732b440e
commit
eff129c820
@ -80,7 +80,7 @@ include("head.inc"); ?>
|
||||
<table class="table table-striped">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><?=gettext("Hostname or IP");?></td>
|
||||
<td style="width: 22%"><?=gettext("Hostname or IP");?></td>
|
||||
<td>
|
||||
<input name="host" type="text" value="<?=htmlspecialchars($host);?>" />
|
||||
</td>
|
||||
@ -134,11 +134,6 @@ include("head.inc"); ?>
|
||||
<td>
|
||||
<a href ="/diag_ping.php?host=<?=htmlspecialchars($host)?>&interface=wan&count=3"><?=gettext("Ping");?></a> <br />
|
||||
<a href ="/diag_traceroute.php?host=<?=htmlspecialchars($host)?>&ttl=18"><?=gettext("Traceroute");?></a>
|
||||
<p>
|
||||
<?=gettext("NOTE: The following links are to external services, so their reliability cannot be guaranteed.");?><br /><br />
|
||||
<a target="_blank" href="http://private.dnsstuff.com/tools/whois.ch?ip=<?=$ipaddr; ?>"><?=gettext("IP WHOIS @ DNS Stuff");?></a><br />
|
||||
<a target="_blank" href="http://private.dnsstuff.com/tools/ipall.ch?ip=<?=$ipaddr; ?>"><?=gettext("IP Info @ DNS Stuff");?></a>
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
<?php
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user