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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

VPN service for hosting public-facing services on non-hosting ISP circuits

63 点作者 voidmain0001将近 6 年前

14 条评论

vinay_ys将近 6 年前
Looking through the <a href="https:&#x2F;&#x2F;github.com&#x2F;CypherpunkArmory&#x2F;punch&#x2F;blob&#x2F;master&#x2F;tunnel&#x2F;tunnel.go" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;CypherpunkArmory&#x2F;punch&#x2F;blob&#x2F;master&#x2F;tunnel...</a> seems to indicate it is just using a ssh connection between your box and their server and then forwarding traffic through that ssh connection.<p>If ssh is blocked by your IT admin, this will not work. In that sense this isn&#x27;t doing any holepunching. In a more traditional definition of holepunching it meant to establish connection between two machines behind NAT stateful firewall and neither have static public IP addresses.<p>Also, looking at the code, there seems to not much emphasis on security w.r.t ssh host key verification or bootstrapping the chain of trust with pre-verified credentials etc. Weird choices for a project with cypherpunk in it&#x27;s name.
评论 #20032440 未加载
fulafel将近 6 年前
This might actually be the future of running net-accessible stuff on your own devices, if the NAT-imposed unreachability continues to cement itself as the default expectation for people. Great that they have a free tier.<p>Though I think you can do this same thing with many existing tunnel providers too, no?
评论 #20007337 未加载
评论 #20008829 未加载
random45345将近 6 年前
Remind me of <a href="http:&#x2F;&#x2F;pagekite.net" rel="nofollow">http:&#x2F;&#x2F;pagekite.net</a> It has been around for a few years, their software is open source and seems pretty easy to use. Never used it myself though so I cannot vouch for their stability.
steve_taylor将近 6 年前
How does this compare with ngrok?
评论 #20007440 未加载
stedaniels将近 6 年前
The website looks good. Obviously early days since pricing is missing. Probably sorting out value proposition, how much they can get away with charging, etc.<p>A comparative point is using Cloudflare and Argo tunnel which I&#x27;m currently using.
评论 #20007402 未加载
mirimir将近 6 年前
Another option is algo using wireguard with port forwarding.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;trailofbits&#x2F;algo" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;trailofbits&#x2F;algo</a>
评论 #20007650 未加载
peter_d_sherman将近 6 年前
Looks like a service many people could use -- I wish you the best of luck in your business endeavor!<p>One thing I&#x27;d like to see though is an &quot;About Us&quot; page, if you&#x27;re a company; or maybe a link to your LinkedIn profile if you&#x27;re an individual...<p>Reason: I&#x27;d like to know more about the company or person that I&#x27;d be dealing with before establishing a business relationship... I&#x27;m sure I&#x27;m not alone, either.<p>Anyway, best of luck with your venture!
leetbulb将近 6 年前
It might just be me, but I feel like this is going to be abused...badly. I know of a few other similar services that have had huge abuse issues.
评论 #20007138 未加载
评论 #20007236 未加载
EugeneOZ将近 6 年前
Never shut down your computer and pay electricity bills. Don&#x27;t reboot too often. And hope your provider will never have outages.<p>I know, some people have always-on computers, some people have low prices for electricity, some don&#x27;t care about downtimes. But it all looks so fragile, too many &quot;if&quot;.<p>If only there would be some layer to cover main instance outages...
ronsor将近 6 年前
There&#x27;s also Serveo[0] which I use pretty often:<p>[0] <a href="https:&#x2F;&#x2F;serveo.net" rel="nofollow">https:&#x2F;&#x2F;serveo.net</a>
giancarlostoro将近 6 年前
Nice but be careful when doing this sorta thing at work that you dont compromise company policy.
评论 #20007223 未加载
Ttlequals0将近 6 年前
This is an option to build on demand disposable openvpn endpoints on AWS <a href="https:&#x2F;&#x2F;github.com&#x2F;ttlequals0&#x2F;autovpn" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ttlequals0&#x2F;autovpn</a>
CodeWriter23将近 6 年前
Typo: “With our low cost, secure tunneling service, you won&#x27;t run out __or__ reasons or ways to use it.“
sandov将近 6 年前
I&#x27;ll try to use this for SSH.<p>What&#x27;s the best way to embed an SSH session inside of HTTP requests?
评论 #20009234 未加载
评论 #20007370 未加载
评论 #20007397 未加载
评论 #20007408 未加载
评论 #20007249 未加载