-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
.\" You can view this file with: | ||
.\" nroff -man doh.1 | ||
.\" Written by Daniel Stenberg | ||
.\" | ||
.TH doh 1 "17 Sep 2019" "doh 0.1" "doh Manual" | ||
.SH NAME | ||
doh \- query a DoH server | ||
.SH SYNOPSIS | ||
.B doh [options] [host] [server URL] | ||
.SH DESCRIPTION | ||
.B doh | ||
sends DNS queries to a DNS-over-HTTPS (DoH) server. If no server URL is | ||
specified, it defaults to Cloudflare's public server. | ||
.SH OPTIONS | ||
.IP \-h | ||
Show the help output. | ||
.IP \-k | ||
Run in insecure mode. It completely switches off certificate checking of the | ||
DoH server! | ||
.IP \-t | ||
Test mode. Returns an exit code if there isn't a proper DoH response. | ||
.IP \-v | ||
Verbose mode. Shows lots of details from the underlying HTTPS connection and | ||
transfer. | ||
.IP \-V | ||
Show version number and exit. | ||
.SH WWW | ||
https://github.com/curl/doh |