Skip to content
Snippets Groups Projects
Commit 54dbd5c2 authored by Marek Vavruša's avatar Marek Vavruša
Browse files

doc: modules/tinyweb

parent cec73bfa
Branches
Tags
No related merge requests found
......@@ -6,6 +6,7 @@ Web interface
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
......@@ -34,4 +35,4 @@ It depends on Go 1.5+, `github.com/abh/geoip <bindings>`_ package.
$ 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
......@@ -30,7 +30,7 @@
<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>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment