package http type DNS interface { GetIP(domain string) (string, error) }