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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

WireGuarding the mainline

206 点作者 thinxer将近 7 年前

11 条评论

mirimir将近 7 年前
Quoting Linus Torvalds:[0]<p>&gt; I see that Jason actually made the pull request to have wireguard included in the kernel.<p>&gt; Can I just once again state my love for it and hope it gets merged soon? Maybe the code isn&#x27;t perfect, but I&#x27;ve skimmed it, and compared to the horrors that are OpenVPN and IPSec, it&#x27;s a work of art.<p>0) <a href="https:&#x2F;&#x2F;lwn.net&#x2F;ml&#x2F;linux-kernel&#x2F;CA+55aFz5EWE9OTbzDoMfsY2ez04Qv9eg0KQhwKfyJY0vFvoD3g@mail.gmail.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;lwn.net&#x2F;ml&#x2F;linux-kernel&#x2F;CA+55aFz5EWE9OTbzDoMfsY2ez04...</a><p>Edit: fixed URL
评论 #17729312 未加载
评论 #17729241 未加载
评论 #17729409 未加载
efiecho将近 7 年前
I&#x27;m really looking forward to start experimenting with Wireguard. Jason A. Donenfeld is also the creator of my favorite password manager <a href="https:&#x2F;&#x2F;www.passwordstore.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.passwordstore.org&#x2F;</a> and recently I found a neat web frontend for git called cgit, lo and behold, when I looked it up I saw that Jason was the creator. He makes some really cool high quality stuff.
评论 #17731044 未加载
pimeys将近 7 年前
A couple of days ago I started testing with WireGuard and installed it to my Omnia Turris router. Mullvad provides WireGuard servers[0] for testing with a reasonable price, and I&#x27;ve been routing all the traffic from our apartment through WireGuard without any problems. The speed is just amazing after seeing the disappointing performance of OpenVPN, I can easily push 300-400 MB&#x2F;s through the router, finally removing the last reason to not use a VPN for all the traffic.<p>[0] <a href="https:&#x2F;&#x2F;mullvad.net&#x2F;en&#x2F;guides&#x2F;category&#x2F;wireguard&#x2F;" rel="nofollow">https:&#x2F;&#x2F;mullvad.net&#x2F;en&#x2F;guides&#x2F;category&#x2F;wireguard&#x2F;</a>
评论 #17732360 未加载
andreareina将近 7 年前
Does anyone know <i>why</i> reverse christmas tree order of declarations (i.e. longest to shortest line length) is part of the style guide?
评论 #17738744 未加载
评论 #17736258 未加载
Animats将近 7 年前
That this has to be in the kernel is a failure of the Linux architecture. This is middleware.
评论 #17731574 未加载
评论 #17731518 未加载
评论 #17731586 未加载
nickpsecurity将近 7 年前
&quot;He pointed out that Zinc cannot support hardware cryptographic accelerators, something that Donenfeld regards as a feature. &quot;<p>Why is not supporting hardware acceleration a feature? Or is the objection to something more specific having to do with currently-available accelerators?
评论 #17729981 未加载
ghayes将近 7 年前
Off topic: Does anyone have a good tutorial on setting up Wiregaurd on a cloud server to act as a VPN? I’m currently using Algo from Trail of Bits, which is great, but takes a lot on control out of my hands through its Ansible scripts.
评论 #17729561 未加载
评论 #17729408 未加载
评论 #17729435 未加载
评论 #17729413 未加载
评论 #17729714 未加载
评论 #17730186 未加载
Kurtz79将近 7 年前
What is the status of WireGuard in terms of client device support?<p>The main advantage of IPsec and OpenVPN is that they are either natively supported by all major OSs (desktop and mobile) or there are apps freely available for that purpose.
评论 #17732218 未加载
chrisper将近 7 年前
Does anyone know a good Windows client?<p>I only know TunSafe, which now has finally been open sourced. But it was still controversial software. So any alternative would be nice.
评论 #17741531 未加载
pingec将近 7 年前
Wireguard looks awesome. Any news about a windows wireguard implementation?
评论 #17729627 未加载
microcolonel将近 7 年前
&gt; <i>Andy Lutomirski was generally favorable as well, noting that he has tried to carry out some similar changes to the cryptographic code in the past. Support for hardware accelerators should, he said, be built on top of Zinc; code needing that support could then use the more complex API that would be required, and the Zinc implementations could be used as fallbacks when acceleration is not available or practical to use.</i><p>This seems like a flawless approach. The Zinc approach seems to be preferred (by those involved) for simple software-only use cases, and the more complex use cases seem to be composed of operations which Zinc could implement.<p>It&#x27;s good that they&#x27;re not just going to plop the thing in there in a degraded state (with probably worse performance [and DoS resistance] than the current out of tree&#x2F;dkms distributions of wireguard).
评论 #17729720 未加载