Skip to content

Instantly share code, notes, and snippets.

@Elandlord
Last active December 7, 2023 15:57
Show Gist options
  • Save Elandlord/21d15a2c74767af6015a844837f06dbe to your computer and use it in GitHub Desktop.
Save Elandlord/21d15a2c74767af6015a844837f06dbe to your computer and use it in GitHub Desktop.
For starting ngrok with your custom local domain (Free plan)
ngrok http -host-header=[your-custom-local-domain] [port]
@kickofitall
Copy link

Thanks for the little piece of code.
I spent hours searching for the right solution.

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