git » debian:dnss » commit 6eb41bb

Add a simple manpage

author Alberto Bertogli (debian)
2016-11-30 21:51:31 UTC
committer Alberto Bertogli (debian)
2016-11-30 21:56:50 UTC
parent 0036faf4849d8138271f3dc3482ecc5441b8fef2

Add a simple manpage

debian/dnss.1 +24 -0
debian/dnss.manpages +1 -0

diff --git a/debian/dnss.1 b/debian/dnss.1
new file mode 100644
index 0000000..7e7d4da
--- /dev/null
+++ b/debian/dnss.1
@@ -0,0 +1,24 @@
+.TH dnss 1
+.SH NAME
+dnss - DNS over HTTPS (or GRPC)
+.SH SYNOPSYS
+.B dnss
+.RI [ flags ]
+
+.SH DESCRIPTION
+dnss is a daemon that can encapsulate DNS over more secure protocols, like
+HTTPS or GRPC.
+
+In the default mode of operation, it listens for DNS requests on port 53, and
+will query an HTTPS server (https://dns.google.com by default) to resolve
+them.
+
+Alternatively, it can tunnel the DNS requests over GRPC.
+
+.SH OPTIONS
+Run dnss \--help for more details, or see the README file.
+
+.SH BUGS
+If you want to report bugs, or have any questions or comments, please send an
+email to Alberto Bertogli <albertito@blitiri.com.ar>.
+
diff --git a/debian/dnss.manpages b/debian/dnss.manpages
new file mode 100644
index 0000000..bff856e
--- /dev/null
+++ b/debian/dnss.manpages
@@ -0,0 +1 @@
+debian/dnss.1