|  | hostnameRegexp:  regexp.MustCompile(`^([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9-]{0,61}[a-zA-Z0-9])(\.([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9-]{0,61}[a-zA-Z0-9]))*$`), | 
    
   
 
I have a hostname called _something.domain.com, it is sort of special  subdomain name that starts with a _, but I cannot compile the config because of this regexp.