Re: [PATCH] Add japanese translation.

2020-02-15 Thread Eiji Tanioka
Thank you for applying my patch! I'm now translating wireguard-apple into Japanese. When finished, I will send patch. Next time, I will not forget your advice. Thanks, 2020年2月15日(土) 15:14 Samuel Holland : > On 2/14/20 11:27 PM, Eiji Tanioka wrote: > > Hi, Samuel. > > > > Thank you for your repl

Re: [PATCH] Add japanese translation.

2020-02-15 Thread Jason A. Donenfeld
On Sat, Feb 15, 2020 at 11:24 AM Eiji Tanioka wrote: > > Thank you for applying my patch! > > I'm now translating wireguard-apple into Japanese. When finished, I will send > patch. > Next time, I will not forget your advice. Excellent! Thank you! ___ W

Re: [PATCH] Add japanese translation.

2020-02-15 Thread Eiji Tanioka
Hi, Samuel. Thank you for your reply! I re-created patch. Signed-off-by: Eiji Tanioka --- app/src/main/res/values-ja/strings.xml | 180 + 1 file changed, 180 insertions(+) create mode 100644 app/src/main/res/values-ja/strings.xml diff --git a/app/src/main/res/values-j

Re: CryptoKey Routing Management for Peers

2020-02-15 Thread Mo Balaa
My company will be open sourcing a configuration management system we’ve called wg-easy. It is designed specifically for managing large scale distributed WireGuard networks. We are happy to see other are interested in operating WireGuard at scale. Coming very soon, TM. On Fri, Feb 14, 2020 at 17:

[PATCH v2] Rewrite wg-quick.8 in mdoc

2020-02-15 Thread Stephen Gregoratto
Since the program arguments are semantically marked-up as such, I've made them lower-case so the manual isn't yelling at us. Some of text has been reworded slightly to better fit manpage conventions. I've also wrapped the text to 80 chars. Signed-off-by: Stephen Gregoratto --- For some reason, g

Starting tunnels without being admin on Windows

2020-02-15 Thread Lars Bonnesen
Hi. Based on a recent chat on IRC, I was suggested to discuss the idea of having non-administrative users use Wireguard. The issue was the same with OpenVPN which I have been using until now. I want to be able to distribute a VPN configuration as an administrator to a non-administrative user so th

Re: Starting tunnels without being admin on Windows

2020-02-15 Thread Jason A. Donenfeld
You can manipulate the wireguard tunnel service using the ordinary windows service management utilities and command line tools. If you want to create an unprivileged method for doing that, nothing is stopping you. If you want to use the GUI manager that we ship, you can only do that from an adminis

Re: [PATCH v2] Rewrite wg-quick.8 in mdoc

2020-02-15 Thread Jason A. Donenfeld
Hi Stephen, Thanks for doing this. I appreciate it. I can manually diff the text to the old one if you insist, but I'd really prefer to see either a list of what text you changed or having the type setting and the text change done in separate commits. Alternatively, if you refuse to do that, I'll

wireguard-go: IpcGetOperation: return peers in sorted order

2020-02-15 Thread mikma . wg
Hello, I have an improvement to IpcGetOperation in wireguard-go. uapi: IpcGetOperation: return peers in sorted order Sort peers based on the public key. The pros of using a sorted peer list is that the order doesn't change in each ipc operation, or execution of the "wg showconf" command. Which

Re: wireguard-go: IpcGetOperation: return peers in sorted order

2020-02-15 Thread Jason A. Donenfeld
The show command presently sorts things based on last handshake time: https://git.zx2c4.com/wireguard-tools/tree/src/show.c#n27 It sounds like you'd like the output of showconf to be sorted too so that peers have some stable output order; perhaps you have diffing configs in mind? The kernel will