Skip to content

Instantly share code, notes, and snippets.

@cesartalves
Forked from ilgityildirim/ngrok.md
Last active December 17, 2020 19:43
Show Gist options
  • Save cesartalves/05511e4331e9e4e63403018f90b4c94c to your computer and use it in GitHub Desktop.
Save cesartalves/05511e4331e9e4e63403018f90b4c94c to your computer and use it in GitHub Desktop.
ngrok subdomain

ngrok http -host-header=rewrite [your-custom-local-domain]:[port]

Exemplo:

ngrok http -host-header=rewrite teste.lvh.me:3000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment