I tried running ngrok in the background with
./ngrok -subdomain test -config=ngrok.cfg 80 &
the process is running
[1] 3866
and the subdomain doesn't work.
It works with
./ngrok -subdomain test -config=ngrok.cfg 80
Does anyone of you know what is going on here?
as explained here
ngrok -log=stdout 80 > /dev/null &