1 2 3 4 5
pub const GOOGLE: &'static str = "google"; pub const CLOUDFLARE: &'static str = "cloudflare"; pub const QUAD: &'static str = "quad9"; pub const DNS_SERVERS: [&'static str; 3] = [GOOGLE, CLOUDFLARE, QUAD];