DEV Community

Discussion on: Rails 6 and ngrok

Collapse
 
branliang profile image
bran

Thanks for the tip, but this regex doesn't cover all cases. I am using the below regex just to catch all possible hosts.

config.hosts << /.+\.ngrok\.io/
Enter fullscreen mode Exit fullscreen mode
Collapse
 
swanny85 profile image
Steve

Yeah, I'm not regexpert so I'm sure there are spots that can be improved.