Re: [PATCH] Add japanese translation.

2020-02-24 Thread Eiji Tanioka
Hi, Thank you for the instruction. Yes, Japanese doesn't have plural. I will use this file. When finished, I will send "resources.rc" and "messages.gotext.json" to you. Which style do you prefer? "git format-patch" or "attachment"? Regards, Eiji 2020年2月23日(日) 19:19 Simon Rozman : > > Hi! > > 1.

Re: [PATCH] Add japanese translation.

2020-02-24 Thread Jason A. Donenfeld
On Mon, Feb 24, 2020 at 9:57 PM Eiji Tanioka wrote: > > Hi, > > Thank you for the instruction. > Yes, Japanese doesn't have plural. I will use this file. > > When finished, I will send "resources.rc" and "messages.gotext.json" to you. > Which style do you prefer? "git format-patch" or "attachment"

Re: [PATCH] Add japanese translation.

2020-02-24 Thread Eiji Tanioka
OK, I will use `git format-patch` and `git send-email`. 2020年2月24日(月) 22:59 Jason A. Donenfeld : > > On Mon, Feb 24, 2020 at 9:57 PM Eiji Tanioka wrote: > > > > Hi, > > > > Thank you for the instruction. > > Yes, Japanese doesn't have plural. I will use this file. > > > > When finished, I will se

Re: xtables lock at startup?

2020-02-24 Thread Dimitri J. Panagiotou
OK, thanks. On Sun, Feb 23, 2020 at 2:58 AM Jason A. Donenfeld wrote: > Do what it says; pass the -w option to iptables. > > On Sun, Feb 23, 2020, 11:36 Dimitri J. Panagiotou > wrote: > >> Hi, >> >> Since upgrading to Fedora 31 (5.5), wireguard (latest) does not start >> after rebooting. >> I

[PATCH] global: use RTMGRP_* consts from x/sys/unix

2020-02-24 Thread Tobias Klauser
Update the golang.org/x/sys/unix dependency and use the newly introduced RTMGRP_* consts instead of using the corresponding RTNLGRP_* const to create a mask. Signed-off-by: Tobias Klauser --- device/conn_linux.go | 2 +- go.mod | 2 +- go.sum | 4 ++-- tun/tun_linux.g

[PATCH] Update Simplified Chinese translation

2020-02-24 Thread srb12345
From: LilligantMatsuri Signed-off-by: LilligantMatsuri --- app/src/main/res/values-zh-rCN/strings.xml | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/values-zh-rCN/strings.xml b/app/src/main/res/values-zh-rCN/strings.xml index 3360dae..97e871a 10

[feature request] Randomize PersistentKeepalive

2020-02-24 Thread John Smith
There are some applications where you do not want a listener to know that a channel is being kept alive and no information is being transmitted. Perhaps the ideal solution would be to add an option to the wg tool to send a keepalive packet, preferably of arbitrary size within some range. A script

Re: [PATCH] wg show: Add json output

2020-02-24 Thread Barry Scott
> On 23 Feb 2020, at 12:45, Arti Zirk wrote: > > On E, 2020-02-17 at 15:47 +1100, Matthew Oliver wrote: >> Someone asked about this in the IRC channel, so quickly wrote up a >> patch to add it. No pressure if you do/don't want to merge it :) > > If you have wireguard-tools package installed t

[PATCH] DO_NOT_LAUNCH parameter was ignored by MSI, should work now

2020-02-24 Thread Arjen Brouwer
From: Arjen Brouwer The `DO_NO_LAUNCH` parameter did not actually work. After running the installer with the DO_NO_LAUNCH parameter, the UI still showed up afterwards and the MSI log had the following entry: ``` MSI (c) (28:08) [14:43:17:966]: Ignoring disallowed property DO_NOT_LAUNCH ``` B

Re: [PATCH] Update Simplified Chinese translation

2020-02-24 Thread Samuel Holland
On 2/23/20 5:12 AM, srb12...@vip.qq.com wrote: > From: LilligantMatsuri > > Signed-off-by: LilligantMatsuri > --- > app/src/main/res/values-zh-rCN/strings.xml | 10 -- > 1 file changed, 8 insertions(+), 2 deletions(-) > > diff --git a/app/src/main/res/values-zh-rCN/strings.xml > b/app

Re: Bug report: WireGuard iOS prioritizes IPv4 over IPv6

2020-02-24 Thread Maurice Walker
Hi Matthias, Thanks for the explanation. I did some more testing on Windows. If the peer FQDN resolves to both and A, WireGuard seems to check for an interface with an IPv4 address (other than link-local or loopback). If there is one, it uses IPv4, otherwise IPv6. The issue is that it doesn'

Re: [feature request] Randomize PersistentKeepalive

2020-02-24 Thread Reid Rankin
Won't help -- a keepalive is by definition the minimum possible size frame. That means not just that it's a predictable size, but that everything that size must be a keepalive, randomized interval or not. To get the kind of effect you're looking for, you'd need to send actual dummy data -- which,

Re: FreeBSD wireguard wg-quick remote IP address assignment is incorrect

2020-02-24 Thread Peter Libassi
> 23 feb. 2020 kl. 16:32 skrev Jason A. Donenfeld : > > On Sun, Feb 23, 2020 at 2:25 PM Peter Libassi wrote: >> >> Ok, Well even if using another local IP in range 127.0.0.0/8 we can’t be >> certain we will clash with something else. >> >> How about adding a directive for the remote interfac

Re: [PATCH] Add japanese translation.

2020-02-24 Thread Eiji Tanioka
Hi Simon, I read "resources.rc", and start working. and I have question about it. - For Japanese resource, copy from line 45-50 and paste it at EOF - Rewrite "LANG_ENGLISH" to "LANG_JAPANESE" - Rewrite "040904b0" to "041104b0" - Rewrite "0x409" to "0x411" - Translate "WireGuard: Fast, Modern, Sec

Re: [PATCH] Add japanese translation.

2020-02-24 Thread Simon Rozman
Hi Eiji, Yes, Microsoft-assigned locale ID for Japanese is 0x0411. (0x04b0 stands for UTF-16. Legacy software would probably specify 0x03a4 = Japan (Shift – JIS X-0208) here. I'm not sure if this property is actually used anywhere other than Windows 95.) Just put something like this to the res