om-doh-0.1.0.2: om-doh
Safe HaskellNone
LanguageHaskell2010

OM.DoH.Server

Description

 
Synopsis

Documentation

server :: forall (m :: Type -> Type). MonadIO m => DoHApi (AsServerT m) Source #

An implementation of the DoH api that delegates to the local machine's DNS resolver, using the resolv package (see Network.DNS).