This module provides an embedded web interface for resolver. It plots current performance in real-time,
including a feed of recent iterative queries. It also includes bindings_ to `MaxMind GeoIP`_, and presents a world map coloured by frequency of queries, so you can see where do your queries go.
+The *stats* module is required for plotting query rate.
By default, it listens on ``localhost:8053``.
Examples
$ go get github.com/abh/geoip
.. _`MaxMind GeoIP`: https://www.maxmind.com/en/home
-.. _bindings: https://github.com/abh/geoip
\ No newline at end of file
+.. _bindings: https://github.com/abh/geoip
<div class="epoch" id="stats"></div>
<ul class="legend"></ul>
<h2>Queried servers</h2>
- <div id="map" style=""></div>
+ <div id="map" style="position: relative;"></div>
<h2>Last queries</h2>
<table id="feed"></table>
</div>