| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Was giving linting errors and it's not a good idea anyways
|
|
|
|
|
|
|
|
This should be done in WireGuard-go or in case of a linux a small daemon
|
|
|
|
|
|
|
|
Co-authored-by: Simon Rozman <simon@rozman.si>
|
|
|
|
|
|
|
|
|
|
Also fix where TLS 1.3 was not properly enforced for the endpoint cache
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
With a manager that locks and copies such that no race conditions happen
|
|
|
|
|
|
|
|
|
|
|
|
This patch implements search by adding a second argument to
DiscoOrganizations and DiscoServers. A search string of = "" returns
everything. This also makes the subset that is returned to the client
even fewer, no keywords.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
And rename the callback to be closer to what it does
|
|
|
|
|
|
|
|
- Add a ClientProxyReady callback
- do a DNS request for the IPs
|