package
0.1.16
Repository: https://github.com/maxkulish/dnscrypt-list.git
Documentation: pkg.go.dev

# Functions

IsHostReachable checks if the host is reachable by sending tcp request produce true if the host is reachable google.com -> true, nil asdggatil -> false, error.
IsLetter defines if the provided symbol is letter or not IsLetter("1") -> false IsLetter("a") -> true.
IsURL defines is it URL or not http://example.com -> true /etc/hosts -> false.
IsValidHost checks if host is FQDN produce true if the host is FQDN google.com -> true google -> false.

# Variables

ErrorHost can't check this host.
ErrorScheme domain wihtout scheme: http or https.