cachestr

Macro cachestr 

Source
macro_rules! cachestr {
    ("dns.google") => { ... };
    ("dns.alidns.com") => { ... };
    ("one.one.one.one") => { ... };
    ("") => { ... };
    ("119.29.29.29") => { ... };
    ("1.0.0.1") => { ... };
    ("1.1.1.1") => { ... };
    ("8.8.4.4") => { ... };
    ("8.8.8.8") => { ... };
    ("doh.pub") => { ... };
    ("dot.pub") => { ... };
}