added cloudflare detection / badge on results page
This commit is contained in:
@@ -37,6 +37,9 @@
|
||||
{{ ip }} -
|
||||
{% if info.country %} {{ info.country }} {% endif %} -
|
||||
{% if info.isp %} {{ info.isp }} {% endif %}
|
||||
{% if info.cloudflare %}
|
||||
<span class="badge badge-warn">Cloudflare </span>
|
||||
{% endif %}
|
||||
|
||||
</summary>
|
||||
<div class="px-3 pb-3 overflow-x-auto">
|
||||
|
||||
Reference in New Issue
Block a user