#
# hostname aliases file - a value of the Host field of an incoming boom indications 
# will be replaces with defined ResultHostname for all specified in the line aliases.
# to reload updated file use boom Server action: RELOAD_HOSTS
#
# Format:
# ResultHostname <alias1> <alias2> "<alias with spaces>" ... 
# Example:
# boomserver localhost 127.0.0.1 127.0.0.2
#
# when it's necessary to resolve incoming value of Host field for particular boom agent use
# following format:
# 
# ResultHostname <agentID>|<alias1> <agentID>|<alias2> "<agentID>|<alias with spaces>"
#