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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

VPNCloud: Open-source peer-to-peer VPN written in rust

191 点作者 albatruss大约 4 年前

11 条评论

janandonly大约 4 年前
Basically a re-invention of the early 2000&#x27;s Hamachi app? I think I might have used Hamachi once or twice to play a network version of Age of Empires over_the_internet long before this was a standard function in games :)<p>I just Ducked for Hamachi VPN and it still exists, see <a href="https:&#x2F;&#x2F;vpn.net" rel="nofollow">https:&#x2F;&#x2F;vpn.net</a>
评论 #26680243 未加载
评论 #26680226 未加载
nh2大约 4 年前
This looks like the much older Tinc VPN (<a href="https:&#x2F;&#x2F;www.tinc-vpn.org" rel="nofollow">https:&#x2F;&#x2F;www.tinc-vpn.org</a>), but in Rust.<p>It would be great to have a comparison between the two. I&#x27;ve been using Tinc for many years; it&#x27;s been working quite well, but about once a year I get a segfault (and then it gets restarted). It might be appealing to reduce the chances of that via Rust.<p>One commonality I found is that both are single-threaded.<p>I believe I&#x27;ve also heard of the idea of a future version of Tinc potentially using Wireguard as the underlying transport, and building its meshing on top of it. I wonder if that&#x27;s on the table for VPNCloud as well.
评论 #26682112 未加载
评论 #26682394 未加载
评论 #26681855 未加载
评论 #26682118 未加载
linsomniac大约 4 年前
It feels recently like we&#x27;re living in a bit of a VPN renaissance. Wireguard, OpenVPN Cloud, ZeroTier, Tailscale, Pritunl, VPNCloud, Nebula.<p>I&#x27;ve been playing with ZeroTier and liking it quite a lot.
sneak大约 4 年前
<a href="https:&#x2F;&#x2F;github.com&#x2F;dswd&#x2F;vpncloud&#x2F;blob&#x2F;master&#x2F;src&#x2F;crypto&#x2F;core.rs" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;dswd&#x2F;vpncloud&#x2F;blob&#x2F;master&#x2F;src&#x2F;crypto&#x2F;core...</a><p><a href="https:&#x2F;&#x2F;github.com&#x2F;dswd&#x2F;vpncloud&#x2F;blob&#x2F;master&#x2F;src&#x2F;crypto&#x2F;common.rs" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;dswd&#x2F;vpncloud&#x2F;blob&#x2F;master&#x2F;src&#x2F;crypto&#x2F;comm...</a><p>This implements a novel cryptosystem. Default to not trusting novel cryptosystems until you have sufficient reason to begin believing that they are trustworthy.
lwhsiao大约 4 年前
Nice to see another one of these tools. Tonari also recently released innernet in this space, written in Rust as well:<p><a href="https:&#x2F;&#x2F;blog.tonari.no&#x2F;introducing-innernet" rel="nofollow">https:&#x2F;&#x2F;blog.tonari.no&#x2F;introducing-innernet</a>
评论 #26685010 未加载
评论 #26684408 未加载
kenmacd大约 4 年前
Any advantages to this over <a href="https:&#x2F;&#x2F;www.zerotier.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.zerotier.com&#x2F;</a>?<p>Being p2p and using one PSK seems to make firewalling more difficult. ZeroTier&#x27;s &#x27;capability-based + tagging&#x27; rule engine is pretty amazing in that I can easily allow just one peer to connect on a port.
评论 #26681287 未加载
评论 #26681056 未加载
ohmyblock大约 4 年前
I am a happy user of <a href="https:&#x2F;&#x2F;tailscale.com" rel="nofollow">https:&#x2F;&#x2F;tailscale.com</a> which I think solves the same problem
评论 #26680202 未加载
评论 #26680784 未加载
jsilence大约 4 年前
Great to have more Open Source options in this software segment! Some sort of configuration interface would be nice.<p>Wondering whether there is business opportunity in offering beacons as a service.
评论 #26679452 未加载
ranguna大约 4 年前
The problem with these kind of things is that now I need to ask around some IPs to connect to, as I see there&#x27;s no automatic peer discovery. Sounds awesome nonetheless.
评论 #26680315 未加载
评论 #26681185 未加载
unixhero大约 4 年前
Cool! Does this bring any benefits that WireGuard does not?
评论 #26680648 未加载
评论 #26680768 未加载
skanga大约 4 年前
What platforms does it support? Linux, Mac, Windows?
评论 #26679971 未加载
评论 #26679593 未加载