cunicu icon indicating copy to clipboard operation
cunicu copied to clipboard

A zeroconf peer-to-peer mesh VPN using Wireguard® and Interactive Connectivity Establishment (ICE)

Results 44 cunicu issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fcilium%2febpf/v0.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fonsi%2fginkgo%2fv2/v2.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fpion%2fice%2fv3/v3.0.7?slim=true)](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...

Signed-off-by: Steffen Vogel

feat:mtudisc

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...

enhancement
performance

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

good first issue
upstreaming

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...

enhancement
feat:epdisc