Ngrok

PHOTO EMBED

Tue Jan 02 2024 09:43:02 GMT+0000 (Coordinated Universal Time)

Saved by @eneki #ngrok

# 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
content_copyCOPY