package config import ( "errors" ) var ( BadConfiguration = errors.New("Bad proxy configuration.") )