Skip to content
This repository was archived by the owner on Dec 14, 2025. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This cabal package exposes module Network.FQDN, which provides one function, fullyQualifiedDomainName :: IO (Maybe String).

The FQDN is retrieved using getaddrinfo/getnameinfo POSIX functions. It should be reasonably portable, but has only been tested on Linux.

WARNING: Do not statically link your application when using glibc (most Linux distributions). See this bug: http://sourceware.org/bugzilla/show_bug.cgi?id=10652.

About

Haskell API to get the Fully Qualified Domain Name (FQDN) of the host

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages