# Functions
Load loads the given fp (file path) to the C global configuration variable.
NewDefault returns a Conf instance filled with default values.
# Variables
C is the exported global configuration variable.
# Structs
Conf is the struct containing the configuration of the server.
UnparsedConf is the configuration when it's still unparsed properly.