class Falcon::Configuration

def host(name, *parents, &block)

def host(name, *parents, &block)
	add(name, :host, *parents, &block).tap do |environment|
		environment[:authority] = name
	end
end