cunicu
cunicu copied to clipboard
A zeroconf peer-to-peer mesh VPN using Wireguard® and Interactive Connectivity Establishment (ICE)
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/cilium/ebpf](https://togithub.com/cilium/ebpf) | `v0.14.0` -> `v0.15.0` | [](https://docs.renovatebot.com/merge-confidence/)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/onsi/ginkgo/v2](https://togithub.com/onsi/ginkgo) | `v2.17.1` -> `v2.18.0` | [](https://docs.renovatebot.com/merge-confidence/)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/pion/ice/v3](https://togithub.com/pion/ice) | `v3.0.3` -> `v3.0.7` | [](https://docs.renovatebot.com/merge-confidence/)...
This adds a new GitHub action that keeps the `nix` branch up-to-date with the latest `main`. The `update_nix_derivation.sh` script updates the `version` and `vendorHash` of the Nix derivation by checking...
The recent improvements by Tailscale in wireguard-go have changed wireguard-go's `conn.Bind` interface to use message vectors. We are currently using this new interface. However, we are limited to vectors with...
I've written a couple of new config providers for Koanf of which the DNS lookup provider maybe moved into its separate repo: https://github.com/stv0g/cunicu/blob/master/pkg/config/provider_lookup.go
Hi, after figuring out the utun0-9 macOS specifics, I'm not able to do a working connection. It seems to work for a few seconds sometimes and then drops it, reconnects,...
We might want to think about introducing a per-peer connection manager which handles zero, one or more concurrent ICE agents. ### Motivation #### Connection Upgrades ICE does not automatically upgrade...