Re: [PATCH] Italian translation

2020-03-30 Thread Jason A. Donenfeld
Can you resubmit this with a proper signed-off-by line? Use `git commit -s`.

[PATCH] Italian translation

2020-03-30 Thread Vincenzo Reale
--- WireGuard/WireGuard.xcodeproj/project.pbxproj | 1 + .../WireGuard/it.lproj/Localizable.strings| 443 ++ 2 files changed, 444 insertions(+) create mode 100644 WireGuard/WireGuard/it.lproj/Localizable.strings diff --git a/WireGuard/WireGuard.xcodeproj/project.pbxproj b/

[PATCH] Prefer IPv6 in DNSResolver

2020-03-30 Thread sven-dev
From: Sven Ertel Hi all, WireGuard is great! So is IPv6, but I've the feeling that IPv6 is a little bit neglected in here and I want to help to improve that. Attached a patch to prefer IPv6 over IPv4 in the Apple client. This is my first patch, so please be kind ;) Best regards Sven ... Ch

Re: [PATCH wireguard-windows] Calculate the actual route metric by summing interface and route metric.

2020-03-30 Thread Ludwig Herzog
Hi, I'm reading this maillist since a longer time and was never brave enough to mention my problem since I'm not a developer or programmer and don't know if I can describe it properly. Now this windows/metric stuff came up, so I take a heart ;-) In short: I have windows 10 client softwares which

[PATCH] Italian translation

2020-03-30 Thread Vincenzo Reale
--- gotext.go |2 +- locales/it/messages.gotext.json | 1627 +++ resources.rc|7 + 3 files changed, 1635 insertions(+), 1 deletion(-) create mode 100644 locales/it/messages.gotext.json diff --git a/gotext.go b/gotext.g

[ANNOUNCE] wireguard-linux-compat v1.0.20200330 released

2020-03-30 Thread Jason A. Donenfeld
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hello, A new version, v1.0.20200330, of the backported WireGuard kernel module for 3.10 <= Linux <= 5.5.y has been tagged in the git repository. == Changes == * queueing: backport skb_reset_redirect change from 5.6 * version: bump This re

Re: [ANNOUNCE] WireGuard 1.0.0 for Linux 5.6 Released

2020-03-30 Thread Greg KH
On Sun, Mar 29, 2020 at 08:16:43PM -0600, Jason A. Donenfeld wrote: > Hi folks, > > Earlier this evening, Linus released [1] Linus 5.6, which contains our > first release of WireGuard. This is quite exciting. It means that > kernels from here on out will have WireGuard built-in by default. And > f

Re: [ANNOUNCE] WireGuard 1.0.0 for Linux 5.6 Released

2020-03-30 Thread Fredrik Strömberg
On Mon, Mar 30, 2020 at 4:33 AM Jason A. Donenfeld wrote: > Earlier this evening, Linus released [1] Linus 5.6, which contains our > first release of WireGuard. This is quite exciting. It means that > kernels from here on out will have WireGuard built-in by default. Yippee! Congratulations Jason

[PATCH] wg-quick: add 'reload' command (wrapper for 'wg syncconf')

2020-03-30 Thread Tore Anderson
Also add an ExecReload statement that uses this in the systemd template unit. Signed-off-by: Tore Anderson --- src/man/wg-quick.8| 9 ++--- src/systemd/wg-quick@.service | 1 + src/wg-quick/darwin.bash | 17 - src/wg-quick/freebsd.bash | 15