We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying to set up SSH access to a Raspberry Pi behind firewall. I need it to have a custom domain. I have Ngrok PRO.
I added a custom domain on the web, yet when I try to set up Ngrok with the following command:
/usr/local/bin/ngrok tcp 22 --domain olivera.ngrok.dev
...I get the following error:
ERROR: unknown flag: --domain
With HTTP it works perfectly fine:
/usr/local/bin/ngrok http 80 --domain olivera.ngrok.dev $ ngrok -v ngrok version 3.9.0
The text was updated successfully, but these errors were encountered:
feat: Add repository structure information to CONTRIBUTING.md (#700) ([…
42f40bb
…#698])
No branches or pull requests
I'm trying to set up SSH access to a Raspberry Pi behind firewall. I need it to have a custom domain. I have Ngrok PRO.
I added a custom domain on the web, yet when I try to set up Ngrok with the following command:
...I get the following error:
With HTTP it works perfectly fine:
The text was updated successfully, but these errors were encountered: