ERROR: unknown shorthand flag: 'o' in -ost-header=localhost

QuestionsCategory: QuestionsERROR: unknown shorthand flag: 'o' in -ost-header=localhost
Mark asked 2 years ago

I have been using host header for a while but recently, it started giving this error – ERROR: unknown shorthand flag: ‘o’ in -ost-header=localhost when I run this command – ngrok http -host-header=localhost 4858

1 Answers
Jagdish Kumawat Staff answered 2 years ago

Use this command –
ngrok http –host-header=localhost 4858.
There is double — before the host-header.

Up ↑