Expand description
DNS support for Rama.
§Rama
Crate used by the end-user rama
crate and rama
crate authors alike.
Learn more about rama
:
- Github: https://github.com/plabayo/rama
- Book: https://ramaproxy.org/book/
Modules§
- dns using the
hickory_resolver
crate
Structs§
- Wrapper struct that can be used to add dns overwrites to a service Context.
- domain not mapped in memory
DnsResolver
using thehickory_resolver
crate- in-memory Dns that can be used as a simplistic cache, or wrapped in
DnsOverwrite
to indicate dns overwrites.
Traits§
- A resolver of domains into IP addresses.