0x1a8510f2

Results 21 issues of 0x1a8510f2

**Feature request** I'm currently running headscale in Docker and have placed the config in `/var/lib/headscale/` for the sake of convenience (then I only need one Docker volume). Sadly, this makes...

enhancement

I've spent a good few hours trying to figure out how I can configure Drago to route one peer's traffic through another to reach the internet, yet I haven't managed...

**Describe the bug** When the Drago service is restarted, the default network is always re-created even when previously deleted. **To Reproduce** Steps to reproduce the behavior: 1. Delete default network...

**Is your feature request related to a problem? Please describe.** I would like to set a custom and static interface name for the client to use with firewall rules **Describe...

good first issue
feature

**Describe the bug** When running `drago interface update`: ``` interface update flag redefined: address ================================================================================ Drago has encountered a fatal error. This is a bug! We would appreciate a report:...

bug
critical

**Describe the bug** The only way to add connections to hosts is via a button which disappears when there are connections. This effectively means that one can only add a...

bug

**Is your feature request related to a problem? Please describe.** When adding hosts to networks or adding connections, one might want to add multiple at a time. This is currently...

enhancement
feature

**Describe the bug** On the latest dev build, on startup and whenever I change any interface properties, the line from the issue title appears in the logs and the interface...

I noticed that a HTTP server listening on pinecone cannot be gracefully shut down or restarted because pinecone does not implement the `Close()` method of `net.Listener`. This PR also includes...

Just for fun, I replaced all usage of `ed25519` with `eddilithium2` from cloudflare's [`circl`](https://github.com/cloudflare/circl) library\* (and fixed any related bugs; at least the ones I've found) to make pinecone post-quantum...