# Ngrok for localhost:8000
ngrok http 8000
# Ngrok for aliased localhost e.g., a test domain added to the /etc/hosts file
ngrok http 8000 --host-header=merchant-1.kamadashboard.test
# Also works for VMs like Homestead
ngrok http 192.168.56.56:80 --host-header=milipot.appp