yggdrasil-go/src
Klemens Nanni a6429390da
Use UNIX socket patch from url struct (#1186)
No need to extract it again when the url package provides it for us:
```
$ jq -n '{"AdminListen":"unix:///tmp/ygg.sock"}' | ./yggdrasil -useconf | grep 'admin socket'
2024/10/08 22:41:11 UNIX admin socket listening on /tmp/ygg.sock
```

Follow-up on #1176
2024-10-17 13:22:46 +01:00
..
address Use Go 1.21 in CI, update minimum version to Go 1.20, lint fixes, update quic-go 2023-08-12 18:12:58 +01:00
admin Use UNIX socket patch from url struct (#1186) 2024-10-17 13:22:46 +01:00
config Minor Fixes (#1107) 2024-05-27 21:57:28 +01:00
core Add unit test for AllowedPublicKeys 2024-09-29 22:04:41 +01:00
ipv6rwc update to ironwood v0.0.0-20230513191034-495699d87ae4 with API changes 2023-05-13 14:44:38 -05:00
multicast The AllowedPublicKeys option should not apply to multicast listeners 2024-09-29 21:38:56 +01:00
tun TUN: Skip ErrTooManySegments 2024-10-10 09:23:13 +01:00
version yggdrasil: buildName should report unknown 2019-11-11 00:24:50 -05:00