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
ssh -R 80:localhost:7777 <user>@smallweb.live will redirect all requests from *.<user>.smallweb.live to the port 7777.
ssh -R 80:localhost:7777 <user>@smallweb.live
*.<user>.smallweb.live
If you want to handle tls yourself, you'll be able to run ssh -R 443:localhost:7777 <user>@smallweb.live.
ssh -R 443:localhost:7777 <user>@smallweb.live
Smallweb will natively support it using the --proxy flag
--proxy
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ssh -R 80:localhost:7777 <user>@smallweb.live
will redirect all requests from*.<user>.smallweb.live
to the port 7777.If you want to handle tls yourself, you'll be able to run
ssh -R 443:localhost:7777 <user>@smallweb.live
.Smallweb will natively support it using the
--proxy
flagThe text was updated successfully, but these errors were encountered: