Documentation
¶
Overview ¶
Package httpserver implements an HTTPS server which handles DNS requests over HTTPS.
It implements DNS Queries over HTTPS (DoH), as specified in RFC 8484: https://tools.ietf.org/html/rfc8484.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
Server is an HTTPS server that implements DNS over HTTPS, see the package-level documentation for more references.
func (*Server) ListenAndServe ¶
func (s *Server) ListenAndServe()
ListenAndServe starts the HTTPS server.
Click to show internal directories.
Click to hide internal directories.