How to change default HostRegexp {subdomain:[a-zA-Z0-9-]+} section on ingress controller?

Hi. Is there any way to change default subdomain regex on ingress controller level?
I want to include underscore here as a valid subdomain. ( [a-zA-Z0-9-_]+)