.. _project-webtools: Web Tools ========= This provides a very basic web service that can perform some basic tests against remote endpoints, similar to https://toolbox.googleapps.com/. Dependencies:: apt install python3-bottle bind9-dnsutils iperf3 iputils-ping Code: .. literalinclude:: app.py HTML Template: .. literalinclude:: views/index.html :language: html