wireguard
Here are 564 public repositories matching this topic...
-
Updated
May 4, 2021 - Shell
Right now in different places in the SE codebase there are references to /opt and then as well to /usr.
All SE code should reference one place only. Could someone please create a PR that fixes this.
This PR should also take PR #454 into consideration (no conflicts)
-
Updated
Feb 14, 2022 - Python
On Windows, if the authentication flow isn't completed (failure, closed the browser, etc.) then the client keeps showing 'connecting' but doesn't show a clear action to restart authentication.
Clicking disconnect + connect, or log in as a different user will generate a new authentication link and unblock the user, but that's somewhat difficult to discover.
Options for improvement include adding
-
Updated
Mar 10, 2022 - Shell
It would be great if you could add some performance stats for boringtun. I would be also interested in comparison with the kernel-space implementation and wireguard-go.
With the new "thorn down barriers" between namespaces, users might be in the need to move nodes from one namespace to another.
Add a command to move a node from one namespace to another, maybe something like:
headscale nodes move --identifier <machine_id> --namespace <new_namespace_id>
I think it would be good to describe/list the capture technologies Wireguard is using for each platform. e.g. Windows it using wintun.net driver, Linux it is using /dev/tun etc.
Likely an advanced topic.
Found a strange behavior on netclient and found the following codes in netclient/wireguard/common.go
if keepAliveString == "0" {
keepAliveString = "15"
}
Anyone knows why we are doing this?
IMO, Netclient should not decide what the value is, but follow the instructions from the server (otherwise what is the propose to having a server).
Also I found the keepalive value in
Hi,
Seems like I couldn't use this script to install Wireguard sucessfully on CentOS Stream 8.
I have encountered this error during execution:
Error:
Problem: cannot install the best candidate for the job
- nothing provides kernel(__skb_flow_dissect) = 0xd82bed9c needed by kmod-wireguard-3:1.0.20210424
- nothing provides kernel(flow_keys_basic_dissector) = 0xa7e38f12 needed b
-
Updated
Feb 27, 2022
-
Updated
Feb 25, 2022 - Shell
-
Updated
Mar 10, 2022 - Go
-
Updated
Mar 5, 2022 - Elixir
-
Updated
Mar 9, 2022 - Go
-
Updated
Mar 4, 2022 - Go
Is your feature request related to a problem? Please describe.
Hello team.
I have a task to deploy a tiny and cute frontend, which will distribute wg configs for users of our organization. I decided to use your package, because it is 100% suitable.
We use dedicated server as a wg endpoint (VyOS cluster on vrrp), so I don't need to create peers from UI. I am populating config.json by ansible
-
Updated
Dec 26, 2021 - Shell
-
Updated
Mar 10, 2022 - Shell
better settings ui
- make select for language and region (based on tmdb regions/languages)
- use slider for max download size
-
Updated
Mar 6, 2022 - Shell
-
Updated
Mar 10, 2022 - Shell
-
Updated
May 30, 2020
Improve this page
Add a description, image, and links to the wireguard topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the wireguard topic, visit your repo's landing page and select "manage topics."

OS/Environment
None yet, but I'm working on OS X v10.11.6 'El Capitan' client-side. (See 'The way of deployment (cloud or local)' below for details on considered server infrastructure.)
Ansible version
None yet, as I haven't yet gotten that far into setting up Algo.
Version of components from
requirements.txtNot applicable (see above.)
Summary of the pro