TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Serveo–Expose local servers using only SSH

62 点作者 trevordixon将近 8 年前

7 条评论

trevordixon将近 8 年前
Inspired by <a href="https:&#x2F;&#x2F;medium.com&#x2F;@shazow&#x2F;ssh-how-does-it-even-9e43586e4ffc" rel="nofollow">https:&#x2F;&#x2F;medium.com&#x2F;@shazow&#x2F;ssh-how-does-it-even-9e43586e4ffc</a> and ngrok, I made this SSH server that assigns a public url for each remote port forwarding request you make. Start a web server on 8080, then try this:<p>ssh -R 80:localhost:8080 serveo.net<p>It&#x27;s an attempt to make port forwarding as easy as ngrok or localtunnel, but using the SSH client you already have.<p>Also includes HTTP inspection and replay like ngrok.
评论 #14846111 未加载
thinxer将近 8 年前
The site is using Let&#x27;s Encrypt for https. Currently there is a hard limit of 2000 subdomains per week, meaning there will be at most 2000 simultaneous connections!<p>It seems that Wildcard support is coming Jan 2018.
评论 #14847256 未加载
skanga将近 8 年前
Looks interesting. Somehow it would not work on a image file.
评论 #14846254 未加载
fishnchips将近 8 年前
Great job! Have you considered adding HTTPS support?
评论 #14846242 未加载
评论 #14846025 未加载
chaz6将近 8 年前
I like it!<p>Edit: How about support for HTTP&#x2F;2 and TLS 1.3?
评论 #14846317 未加载
dr_faustus将近 8 年前
would you consider open sourcing this?
评论 #14847510 未加载
kodfodrasz将近 8 年前
I cannot see a privacy policy, or any statement regarding the handling of the data flowing through this tool, nor any code which could be audited.
评论 #14846820 未加载