summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjim-p <jimp@netgate.com>2019-01-21 11:32:05 -0500
committerjim-p <jimp@netgate.com>2019-01-21 11:39:08 -0500
commitf6775a831f9ca6a9a4c0632ac3fe041c30e39922 (patch)
treebc36ffbef7895653d931b83322f13d79cd3d6c48
parent4ec6eee8734a9b9f7f7315e0f7977774e3f9ed55 (diff)
downloadpfsense-f6775a831f9ca6a9a4c0632ac3fe041c30e39922.zip
pfsense-f6775a831f9ca6a9a4c0632ac3fe041c30e39922.tar.gz
Remove links to DNSStuf tools. Fixes #9275
(cherry picked from commit 08c49b4d74b87bf34dd46a37837147b857eb8859)
-rw-r--r--src/usr/local/www/diag_dns.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/usr/local/www/diag_dns.php b/src/usr/local/www/diag_dns.php
index cefcf9a..e190e44 100644
--- a/src/usr/local/www/diag_dns.php
+++ b/src/usr/local/www/diag_dns.php
@@ -320,11 +320,6 @@ if (!$input_errors && $type) {
<li class="list-group-item"><a href="/diag_ping.php?host=<?=htmlspecialchars($host)?>&amp;count=3"><?=gettext("Ping")?></a></li>
<li class="list-group-item"><a href="/diag_traceroute.php?host=<?=htmlspecialchars($host)?>&amp;ttl=18"><?=gettext("Traceroute")?></a></li>
</ul>
- <h5><?=gettext("NOTE: The following links are to external services, so their reliability cannot be guaranteed.");?></h5>
- <ul class="list-group">
- <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>
- <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>
- </ul>
</div>
</div>
<?php
OpenPOWER on IntegriCloud