pub struct DohProtocol {
pub resolver: String,
}Expand description
DNS-over-HTTPS (RFC 8484) implementing encrypted DNS resolution
Prevents DNS leakage and man-in-the-middle attacks on name resolution
Fields§
§resolver: Stringpub struct DohProtocol {
pub resolver: String,
}DNS-over-HTTPS (RFC 8484) implementing encrypted DNS resolution
Prevents DNS leakage and man-in-the-middle attacks on name resolution
resolver: String