How can I use a "wikdcard subdomain" in ngrok.
I have sub.mydomain.com working, but I have random services under *.sub.mydomain.com.
I have tried:
ngrok http --region=eu --hostname=*.sub.mydomain.com 80
ngrok http --region=eu --subdomain=*.sub.mydomain.com 80
I have read that it should be possible using config file?