Skip to content

Commit

Permalink
adjust examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Tantalor93 committed Nov 19, 2023
1 parent 9e0e4b7 commit 753ce30
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/doh.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ parent: Examples
dnspyre --server 'https://1.1.1.1' google.com
```

or

```
dnspyre --server https://cloudflare-dns.com google.com
```

See other examples of customization of DoH benchmarks
* TOC
{:toc}
Expand Down
8 changes: 7 additions & 1 deletion docs/dot.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,13 @@ parent: Examples
*dnspyre* supports running benchmarks against [RFC-7858](https://datatracker.ietf.org/doc/html/rfc7858) compatible DNS over TLS servers

```
dnspyre --dot --server 1.1.1.1:853 idnes.cz
dnspyre --dot --server 8.8.8.8:853 idnes.cz
```

also you can provide a DNS server hostname instead of the server IP address

```
dnspyre --dot --server dns.google google.com
```

## DoT with self-signed certificates
Expand Down
6 changes: 6 additions & 0 deletions docs/plaindns.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,9 @@ or you can benchmark using DNS over TCP
```
dnspyre --tcp --server 8.8.8.8 google.com
```

also you can provide a DNS server hostname instead of the server IP address

```
dnspyre --server dns.google google.com
```

0 comments on commit 753ce30

Please sign in to comment.