is.localhost.Rd
Check if host is local
is.localhost(host)
true if the host is the local host name
Given the hostname is this the localhost. This returns true if either the value is localhost, or the value is the same as the fqdn.
is.localhost(fqdn())
#> [1] TRUE