Skip to content

Commit

Permalink
docs(dockerhub): add opt-in table of contents into overview
Browse files Browse the repository at this point in the history
  • Loading branch information
qwerty541 committed Nov 3, 2024
1 parent 5a2e248 commit 8b29a86
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docker/OVERVIEW.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
Source: https://github.com/qwerty541/dns-bench

<details>
<summary>Table of contents</summary>

- [Description](#description)
- [Example](#example)
- [Features](#features)
- [List of built-in DNS servers](#list-of-built-in-dns-servers)
- [Usage](#usage)
- [Options](#options)
- [License](#license)
</details>

# 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.
Expand Down

0 comments on commit 8b29a86

Please sign in to comment.