Snippets Collections
version: "2"
authtoken: ....
tunnels:
  auth:
    addr: http://localhost:8001/
    host_header: localhost:8001
    proto: http
  conversation:
    addr: http://localhost:8002/
    host_header: localhost:8002
    proto: http

> ngrok start --all --config=ngrok.yml
# 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
star

Mon Sep 02 2024 20:06:54 GMT+0000 (Coordinated Universal Time)

#ngrok #server #api #endpoint
star

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

#ngrok

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension