From 8b29a864762d288bf8cc37819836c9bc0b3a6d06 Mon Sep 17 00:00:00 2001 From: Alexandr Date: Sun, 3 Nov 2024 18:28:28 +0200 Subject: [PATCH] docs(dockerhub): add opt-in table of contents into overview --- docker/OVERVIEW.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docker/OVERVIEW.md b/docker/OVERVIEW.md index 81de5f9..54e262a 100644 --- a/docker/OVERVIEW.md +++ b/docker/OVERVIEW.md @@ -1,5 +1,17 @@ Source: https://github.com/qwerty541/dns-bench +
+Table of contents + +- [Description](#description) + - [Example](#example) + - [Features](#features) + - [List of built-in DNS servers](#list-of-built-in-dns-servers) +- [Usage](#usage) +- [Options](#options) +- [License](#license) +
+ # Description This repository provides DNS benchmarking command line tool written in Rust. It iterates through built-in list of public DNS servers, measures their response time and print table with sorted results in console. It can be used to find the fastest DNS in your location for better internet browsing experience. An example of console output, list of features and list of built-in DNS servers can be found below.