We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 770863a commit 79a2ddeCopy full SHA for 79a2dde
1 file changed
dnscrypt-proxy/static/templates/dashboard.html
@@ -104,6 +104,10 @@ <h2>Overview</h2>
104
<span class="stat-label">Total Queries:</span>
105
<span id="total-queries">-</span>
106
</div>
107
+ <div class="stat">
108
+ <span class="stat-label">Blocked Queries:</span>
109
+ <span id="blocked-queries">-</span>
110
+ </div>
111
<div class="stat">
112
<span class="stat-label">Queries Per Second:</span>
113
<span id="qps">-</span>
@@ -201,4 +205,4 @@ <h2>Recent Queries</h2>
201
205
202
206
<script src="/static/monitoring.js"></script>
203
207
</body>
204
-</html>
208
+</html>
0 commit comments